GNOME Bugzilla – Bug 689048
privacy: Add trash and temp files related settings
Last modified: 2012-12-03 05:28:06 UTC
These settings are needed to implement the privacy panel design.
Created attachment 229838 [details] [review] privacy: Add trash and temp files related settings
Review of attachment 229838 [details] [review]: ::: schemas/org.gnome.desktop.privacy.gschema.xml.in.in @@ +10,3 @@ + <key name="purge-trash" type="b"> + <default>true</default> + <_summary>Whether to remote trashed files automatically</_summary> remove. @@ +12,3 @@ + <_summary>Whether to remote trashed files automatically</_summary> + <_description>If TRUE, automatically remove files from the trash + after 'purge-after' days.</_description> This isn't clear. Does it clear the whole trash:/// contents every X days? Or does it remove trash files older than a certain age? I'm guessing the latter, so I would call it "remove-old-trash-files". @@ +18,3 @@ + <_summary>Whether to remove temporary files automatically</_summary> + <_description>If TRUE, automatically remove temporary files + after 'purge-after' days.</_description> Same problem. @@ +24,3 @@ + <_summary>Number of days to keep trash and temporary files</_summary> + <_description>Temporary and trash files will be cleaned up after + this many days.</_description> I'd call it "old-files-age" "Consider trash and temporary files to be old after this many days."
Created attachment 229998 [details] [review] privacy: Add trash and temp files related settings
Attachment 229998 [details] pushed as e16fdd4 - privacy: Add trash and temp files related settings