diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
commit | d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (patch) | |
tree | 016ada3eb78c3c6f438abab5635ba17474d47a2b /data/apps_mate_settings_daemon_housekeeping.schemas.in | |
parent | 03478b4d1d9fdc5f2f2fdbf9c41d963dabc0d00b (diff) | |
download | mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.bz2 mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.xz |
migrate to gsettingsmate-settings-daemon-1.5.0
Diffstat (limited to 'data/apps_mate_settings_daemon_housekeeping.schemas.in')
-rw-r--r-- | data/apps_mate_settings_daemon_housekeeping.schemas.in | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/data/apps_mate_settings_daemon_housekeeping.schemas.in b/data/apps_mate_settings_daemon_housekeeping.schemas.in deleted file mode 100644 index 7df6f4d..0000000 --- a/data/apps_mate_settings_daemon_housekeeping.schemas.in +++ /dev/null @@ -1,61 +0,0 @@ -<?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> |