From 36aaf5759c1beececce2b161b47de7c6337bb279 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:30:42 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- ...tingsDaemon.plugins.housekeeping.gschema.xml.in | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in (limited to 'data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in') 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 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + 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. + + + 0.01 + Subsequent free percentage notify threshold + Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. + + + 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. + + + 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. + + + [] + Mount paths to ignore + Specify a list of mount paths to ignore when they run low on space. + + + -- cgit v1.2.1