diff options
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in new file mode 100644 index 0000000..8710d47 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in @@ -0,0 +1,39 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.housekeeping" path="/org/mate/settings-daemon/plugins/housekeeping/"> + <key name="active" type="b"> + <default>true</default> + <summary>Activation of this plugin</summary> + <description>Whether this plugin would be activated by mate-settings-daemon or not</description> + </key> + <key name="priority" type="i"> + <default>99</default> + <summary>Priority to use for this plugin</summary> + <description>Priority to use for this plugin in mate-settings-daemon startup queue</description> + </key> + <key name="free-percent-notify" type="d"> + <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 name="free-percent-notify-again" type="d"> + <default>0.01</default> + <summary>Subsequent free percentage notify threshold</summary> + <description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</description> + </key> + <key name="free-size-gb-no-notify" type="i"> + <default>2</default> + <summary>Free space no 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 name="min-notify-period" type="i"> + <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 name="ignore-paths" type="as"> + <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> + </schema> +</schemalist> |