diff options
Diffstat (limited to 'org.mate.control-center.gschema.xml.in.in')
-rw-r--r-- | org.mate.control-center.gschema.xml.in.in | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/org.mate.control-center.gschema.xml.in.in b/org.mate.control-center.gschema.xml.in.in deleted file mode 100644 index 89760b08..00000000 --- a/org.mate.control-center.gschema.xml.in.in +++ /dev/null @@ -1,47 +0,0 @@ -<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" /> - <key name="cc-actions-list" type="as"> - <_default l10n="messages">[ 'Change Theme;mate-appearance-properties.desktop', 'Set Preferred Applications;mate-default-applications-properties.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"> - <default>'http://mate-desktop.org/backgrounds/'</default> - <_summary>More backgrounds URL</_summary> - <_description>URL for where to get more desktop backgrounds. If set to an empty string the link will not appear.</_description> - </key> - <key name="more-themes-url" type="s"> - <default>'http://mate-desktop.org/themes/'</default> - <_summary>More themes URL</_summary> - <_description>URL for where to get more desktop themes. If set to an empty string the link will not appear.</_description> - </key> - </schema> -</schemalist> |