diff options
author | infirit <[email protected]> | 2015-09-08 15:30:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 15:30:42 +0200 |
commit | 36aaf5759c1beececce2b161b47de7c6337bb279 (patch) | |
tree | edf7ffc5959645179e832a1e7e10aa74cc97676c /data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in | |
parent | 2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff) | |
download | mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.bz2 mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in deleted file mode 100644 index 24882cb..0000000 --- a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in +++ /dev/null @@ -1,39 +0,0 @@ -<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> |