Skip to content

isabella232/pantheon-agent-geoclue2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location Services Agent

Translation status

The location services agent appears whenever an application wants to request permission to use location services. From this dialog, you can see what level of access the application is requesting and either approve or deny its access to your current location.

Location Services Agent Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • libgeoclue-2-dev
  • libgtk-3-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install

sudo ninja install

About

Pantheon Geoclue2 Agent

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 86.3%
  • Meson 13.7%