summaryrefslogtreecommitdiff
path: root/data/apps_mate_settings_daemon_housekeeping.schemas.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 23:53:21 -0300
committerPerberos <[email protected]>2011-12-01 23:53:21 -0300
commit505cabbd3036081f26586cabc64c26e7769c0ec9 (patch)
tree09e0498bf572128f5c9ab551531cb28d6d75e992 /data/apps_mate_settings_daemon_housekeeping.schemas.in
downloadmate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.bz2
mate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'data/apps_mate_settings_daemon_housekeeping.schemas.in')
-rw-r--r--data/apps_mate_settings_daemon_housekeeping.schemas.in61
1 files changed, 61 insertions, 0 deletions
diff --git a/data/apps_mate_settings_daemon_housekeeping.schemas.in b/data/apps_mate_settings_daemon_housekeeping.schemas.in
new file mode 100644
index 0000000..7df6f4d
--- /dev/null
+++ b/data/apps_mate_settings_daemon_housekeeping.schemas.in
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</applyto>
+ <type>float</type>
+ <default>0.05</default>
+ <locale name="C">
+ <short>Free percentage notify threshold</short>
+ <long>Percentage free space threshold for initial warning of low disk space.
+ If the percentage free space drops below this, a warning will be shown.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</applyto>
+ <type>float</type>
+ <default>0.01</default>
+ <locale name="C">
+ <short>Subsequent free percentage notify threshold</short>
+ <long>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</applyto>
+ <type>int</type>
+ <default>2</default>
+ <locale name="C">
+ <short>Free space no notify threshold</short>
+ <long>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</applyto>
+ <type>int</type>
+ <default>10</default>
+ <locale name="C">
+ <short>Minimum notify period for repeated warnings</short>
+ <long>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</applyto>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Mount paths to ignore</short>
+ <long>Specify a list of mount paths to ignore when they run low on space.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>