summaryrefslogtreecommitdiff
path: root/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 15:30:42 +0200
committerinfirit <[email protected]>2015-09-08 15:30:42 +0200
commit36aaf5759c1beececce2b161b47de7c6337bb279 (patch)
treeedf7ffc5959645179e832a1e7e10aa74cc97676c /data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in
parent2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff)
downloadmate-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.background.gschema.xml.in')
-rw-r--r--data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in
new file mode 100644
index 0000000..bf1be28
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.background" path="/org/mate/settings-daemon/plugins/background/">
+ <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>97</default>
+ <summary>Priority to use for this plugin</summary>
+ <description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
+ </key>
+ </schema>
+</schemalist>