summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-22 16:37:53 +0200
committerStefano Karapetsas <[email protected]>2012-10-22 16:37:53 +0200
commitbfb3989ea5020a7b42c886378464ae65b80089cc (patch)
tree196dd4a27d570358bd907da09ed6fa766e0ff35a
parent4edd11dd21d392b5a611f87b38efbb97f5ecfb00 (diff)
downloadmate-control-center-bfb3989ea5020a7b42c886378464ae65b80089cc.tar.bz2
mate-control-center-bfb3989ea5020a7b42c886378464ae65b80089cc.tar.xz
update gsettings schema
-rw-r--r--org.mate.control-center.gschema.xml.in.in38
1 files changed, 30 insertions, 8 deletions
diff --git a/org.mate.control-center.gschema.xml.in.in b/org.mate.control-center.gschema.xml.in.in
index 3adf65d4..b0da1da2 100644
--- a/org.mate.control-center.gschema.xml.in.in
+++ b/org.mate.control-center.gschema.xml.in.in
@@ -1,7 +1,36 @@
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.control-center" path="/org/mate/control-center/">
<child name="appearance" schema="org.mate.control-center.appearance" />
- <child name="network" schema="org.mate.control-center.network" />
+ <key name="cc-actions-list" type="as">
+ <_default l10n="messages">[ 'Change Theme;gtk-theme-selector.desktop', 'Set Preferred Applications;default-applications.desktop', 'Add Printer;mate-cups-manager.desktop' ]</_default>
+ <_summary>Task names and associated .desktop files</_summary>
+ <_description>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.</_description>
+ </key>
+ <key name="cc-exit-shell-on-static-action" type="b">
+ <default>false</default>
+ <_summary>Close the control-center when a task is activated</_summary>
+ <_description>if true, the control-center will close when a "Common Task" is activated.</_description>
+ </key>
+ <key name="cc-exit-shell-on-action-start" type="b">
+ <default>false</default>
+ <_summary>Exit shell on start action performed</_summary>
+ <_description>Indicates whether to close the shell when a start action is performed.</_description>
+ </key>
+ <key name="cc-exit-shell-on-action-help" type="b">
+ <default>false</default>
+ <_summary>Exit shell on help action performed</_summary>
+ <_description>Indicates whether to close the shell when a help action is performed.</_description>
+ </key>
+ <key name="cc-exit-shell-on-action-add-remove" type="b">
+ <default>false</default>
+ <_summary>Exit shell on add or remove action performed</_summary>
+ <_description>Indicates whether to close the shell when an add or remove action is performed.</_description>
+ </key>
+ <key name="cc-exit-shell-on-action-upgrade-uninstall" type="b">
+ <default>false</default>
+ <_summary>Exit shell on upgrade or uninstall action performed</_summary>
+ <_description>Indicates whether to close the shell when an upgrade or uninstall action is performed.</_description>
+ </key>
</schema>
<schema id="org.mate.control-center.appearance" path="/org/mate/control-center/appearance/">
<key name="more-backgrounds-url" type="s">
@@ -15,11 +44,4 @@
<_description>URL for where to get more desktop themes. If set to an empty string the link will not appear.</_description>
</key>
</schema>
- <schema id="org.mate.control-center.network" path="/org/mate/control-center/network/">
- <key name="current-location" type="s">
- <default>''</default>
- <_summary>Current network location</_summary>
- <_description>Set this to your current location name. This is used to determine the appropriate network proxy configuration.</_description>
- </key>
- </schema>
</schemalist>