From bcf861f9a00d1e6e67616eee898291e1ed6cca36 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 11:51:41 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- org.mate.control-center.gschema.xml.in | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 org.mate.control-center.gschema.xml.in (limited to 'org.mate.control-center.gschema.xml.in') diff --git a/org.mate.control-center.gschema.xml.in b/org.mate.control-center.gschema.xml.in new file mode 100644 index 00000000..e8546185 --- /dev/null +++ b/org.mate.control-center.gschema.xml.in @@ -0,0 +1,47 @@ + + + + + [ 'Change Theme;mate-appearance-properties.desktop', 'Set Preferred Applications;mate-default-applications-properties.desktop' ] + Task names and associated .desktop files + The task name to be displayed in the control-center followed by a ";" separator then the filename of an associated .desktop file to launch for that task. + + + false + Close the control-center when a task is activated + if true, the control-center will close when a "Common Task" is activated. + + + false + Exit shell on start action performed + Indicates whether to close the shell when a start action is performed. + + + false + Exit shell on help action performed + Indicates whether to close the shell when a help action is performed. + + + false + Exit shell on add or remove action performed + Indicates whether to close the shell when an add or remove action is performed. + + + false + Exit shell on upgrade or uninstall action performed + Indicates whether to close the shell when an upgrade or uninstall action is performed. + + + + + 'http://mate-desktop.org/backgrounds/' + More backgrounds URL + URL for where to get more desktop backgrounds. If set to an empty string the link will not appear. + + + 'http://mate-desktop.org/themes/' + More themes URL + URL for where to get more desktop themes. If set to an empty string the link will not appear. + + + -- cgit v1.2.1