[gsettings-desktop-schemas] schemas: Disable location service by default



commit 629cfb09212e7d77a44cd42a12db0e60f25259c0
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Sun Aug 31 14:43:20 2014 +0900

    schemas: Disable location service by default
    
    Location service should be enabled after asking the user in the initial
    setup. Using it without the user agreeing would be a privacy violation.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=736050
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735736

 .../org.gnome.system.location.gschema.xml.in.in    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.system.location.gschema.xml.in.in 
b/schemas/org.gnome.system.location.gschema.xml.in.in
index efb037e..a9821e1 100644
--- a/schemas/org.gnome.system.location.gschema.xml.in.in
+++ b/schemas/org.gnome.system.location.gschema.xml.in.in
@@ -2,7 +2,7 @@
   <schema id="org.gnome.system.location"
           path="/org/gnome/system/location/">
     <key type="b" name="enabled">
-      <default>true</default>
+      <default>false</default>
       <_summary>Geolocation services are enabled.</_summary>
       <_description>
        If true, applications are allowed to access location information.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]