From 505cabbd3036081f26586cabc64c26e7769c0ec9 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 23:53:21 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- ...ps_mate_settings_daemon_housekeeping.schemas.in | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 data/apps_mate_settings_daemon_housekeeping.schemas.in (limited to 'data/apps_mate_settings_daemon_housekeeping.schemas.in') 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 @@ + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify + /apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify + float + 0.05 + + Free percentage notify threshold + Percentage free space threshold for initial warning of low disk space. + If the percentage free space drops below this, a warning will be shown. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again + /apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again + float + 0.01 + + Subsequent free percentage notify threshold + Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify + /apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify + int + 2 + + Free space no notify threshold + Specify an amount in GB. If the amount of free space is more than this, no warning will be shown. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period + /apps/mate_settings_daemon/plugins/housekeeping/min_notify_period + int + 10 + + Minimum notify period for repeated warnings + Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths + /apps/mate_settings_daemon/plugins/housekeeping/ignore_paths + list + string + [] + + Mount paths to ignore + Specify a list of mount paths to ignore when they run low on space. + + + + -- cgit v1.2.1