/usr/share/glib-2.0/schemas/org.cinnamon.settings-daemon.plugins.housekeeping.gschema.xml is in cinnamon-settings-daemon 2.8.3-2.
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 31 32 33 34 35 36 37 38 39 40 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/cinnamon/settings-daemon/plugins/housekeeping/" id="org.cinnamon.settings-daemon.plugins.housekeeping" gettext-domain="cinnamon-settings-daemon">
<key type="b" name="active">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by cinnamon-settings-daemon or not</description>
</key>
<key type="as" name="ignore-paths">
<default>[]</default>
<summary>Mount paths to ignore</summary>
<description>Specify a list of mount paths to ignore when they run low on space.</description>
</key>
<key type="d" name="free-percent-notify">
<default>0.05</default>
<summary>Free percentage notify threshold</summary>
<description>Percentage free space threshold for initial warning of low disk space. If the percentage free space drops below this, a warning will be shown.</description>
</key>
<key type="d" name="free-percent-notify-again">
<default>0.01</default>
<summary>Subsequent free space percentage notify threshold</summary>
<description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</description>
</key>
<key type="i" name="free-size-gb-no-notify">
<default>1</default>
<summary>Free space notify threshold</summary>
<description>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown.</description>
</key>
<key type="i" name="min-notify-period">
<default>10</default>
<summary>Minimum notify period for repeated warnings</summary>
<description>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period.</description>
</key>
<key type="i" name="priority">
<default>300</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in cinnamon-settings-daemon startup queue</description>
</key>
</schema>
</schemalist>
|