[gsettings-desktop-schemas] privacy: Add trash and temp files related settings
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] privacy: Add trash and temp files related settings
- Date: Tue, 27 Nov 2012 13:38:38 +0000 (UTC)
commit e16fdd4b9083c0197f63bc848d58bfd8cd94fa05
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Nov 25 15:22:09 2012 -0500
privacy: Add trash and temp files related settings
These settings are needed to implement the privacy panel
design.
https://bugzilla.gnome.org/show_bug.cgi?id=689048
.../org.gnome.desktop.privacy.gschema.xml.in.in | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
index 300a433..92615b8 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
@@ -7,5 +7,23 @@
<_description>If set to true, the system will make an effort to
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>
+ <_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>
+ <_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>
+ </key>
+ <key name="old-files-age" type="u">
+ <default>30</default>
+ <_summary>Number of days to keep trash and temporary files</_summary>
+ <_description>Consider trash and temporary files old after
+ this many days.</_description>
+ </key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]