From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../schemas/org.gnome.system.location.gschema.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml new file mode 100644 index 0000000..3207a4c --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml @@ -0,0 +1,24 @@ + + + + false + Geolocation services are enabled. + + If true, applications are allowed to access location information. + + + + 'exact' + The maximum accuracy level of location. + + Configures the maximum level of location accuracy applications are + allowed to see. Valid options are 'country', 'city', 'neighborhood', + 'street', and 'exact' (typically requires GPS receiver). Please keep in + mind that this only controls what GeoClue will allow applications to see + and they can find user's location on their own using network resources + (albeit with street-level accuracy at best). + + + + -- cgit v1.2.1