/usr/share/glib-2.0/schemas/org.cinnamon.desktop.privacy.gschema.xml is in cinnamon-desktop-data 3.2.4-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/cinnamon/desktop/privacy/" id="org.cinnamon.desktop.privacy">
<key type="b" name="remove-old-trash-files">
<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 type="b" name="remove-old-temp-files">
<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>
</key>
<key type="u" name="old-files-age">
<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>
<key type="b" name="remember-recent-files">
<default>false</default>
<summary>Whether to remember recently used files</summary>
<description>If FALSE, applications will not remember recently used files.</description>
</key>
<key type="i" name="recent-files-max-age">
<default>-1</default>
<summary>Number of days to remember recently used files for</summary>
<description>Recently used files will be remembered for this many days. If set to 0, recent files will not be remembered; if set to -1, they will be retained indefinitively.</description>
</key>
</schema>
</schemalist>
|