Add 'blur' and 'start-gps' GConf keys in schema
[azimuth] / data / azimuth.schemas.in
index f4b2297..de9fffc 100644 (file)
       </locale>
     </schema>
 
+    <schema>
+      <key>/schemas/apps/azimuth/blur</key>
+      <applyto>/apps/azimuth/blur</applyto>
+      <owner>azimuth</owner>
+      <type>bool</type>
+      <default>true</default>
+      <locale name="C">
+        <short>Truncate position for privacy</short>
+        <long>
+        Do not publish the exact position but a truncated position.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/azimuth/start-gps</key>
+      <applyto>/apps/azimuth/start-gps</applyto>
+      <owner>azimuth</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Start GPS and drain battery</short>
+        <long>
+        Start the GPS as long as Azimuth is started
+        </long>
+      </locale>
+    </schema>
+
 
   </schemalist>
 </gconfschemafile>