[gsettings-desktop-schemas] schemas: Make defaults more conservative



commit 4fac27dfa39c1628b1e221bec21d15827112d42b
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 3 10:44:38 2012 +0100

    schemas: Make defaults more conservative
    
    No reason for temporary files or recent files to get
    purged by default. We shouldn't default to losing data by default.

 .../org.gnome.desktop.privacy.gschema.xml.in.in    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
index e30ee94..1524c41 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
@@ -8,13 +8,13 @@
       not divulge the user's identity on screen or on the network.</_description>
     </key>
     <key name="remove-old-trash-files" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Whether to remove old files from the trash automatically</_summary>
       <_description>If TRUE, automatically remove files from the trash
       when they are older than 'old-files-age' days.</_description>
     </key>
     <key name="remove-old-temp-files" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Whether to remove old temporary files automatically</_summary>
       <_description>If TRUE, automatically remove temporary files
       when they are older than 'old-files-age' days.</_description>



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