summaryrefslogtreecommitdiff
path: root/mate-panel/panel-general.schemas.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-11 00:01:30 +0200
committerStefano Karapetsas <[email protected]>2012-10-11 00:01:30 +0200
commit876f39364e2106c8cb96fa4a9067359e5a350583 (patch)
tree2936001f23a62397065495e3fd065cb260eff4d7 /mate-panel/panel-general.schemas.in
parent66916b20f16f9f0aad4c527519b70ac3a72bbec7 (diff)
downloadmate-panel-876f39364e2106c8cb96fa4a9067359e5a350583.tar.bz2
mate-panel-876f39364e2106c8cb96fa4a9067359e5a350583.tar.xz
migrate mate-panel to gsettings
Diffstat (limited to 'mate-panel/panel-general.schemas.in')
-rw-r--r--mate-panel/panel-general.schemas.in127
1 files changed, 0 insertions, 127 deletions
diff --git a/mate-panel/panel-general.schemas.in b/mate-panel/panel-general.schemas.in
deleted file mode 100644
index 1bfc2c7a..00000000
--- a/mate-panel/panel-general.schemas.in
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
-
- <schemalist>
-
- <schema>
- <key>/schemas/apps/panel/general/enable_program_list</key>
- <applyto>/apps/panel/general/enable_program_list</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable program list in "Run Application" dialog</short>
- <long>
- If true, the "Known Applications" listing in the "Run
- Application" dialog is made available. Whether or not
- the listing is expanded when the dialog is shown is
- controlled by the show_program_list key.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/general/show_program_list</key>
- <applyto>/apps/panel/general/show_program_list</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Expand program list in "Run Application" dialog</short>
- <long>
- If true, the "Known Applications" listing in the "Run
- Application" dialog is expanded when the dialog is opened.
- This key is only relevant if the enable_program_list key
- is true.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/general/enable_autocompletion</key>
- <applyto>/apps/panel/general/enable_autocompletion</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable autocompletion in "Run Application" dialog</short>
- <long>
- If true, autocompletion in the "Run Application" dialog is
- made available.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/general/toplevel_id_list</key>
- <applyto>/apps/panel/general/toplevel_id_list</applyto>
- <owner>panel</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[]</default>
- <locale name="C">
- <short>Panel ID list</short>
- <long>
- A list of panel IDs. Each ID identifies an individual
- toplevel panel. The settings for each of these panels are
- stored in /apps/panel/toplevels/$(id).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/general/applet_id_list</key>
- <applyto>/apps/panel/general/applet_id_list</applyto>
- <owner>panel</owner>
- <list_type>string</list_type>
- <type>list</type>
- <default>[]</default>
- <locale name="C">
- <short>Panel applet ID list</short>
- <long>
- A list of panel applet IDs. Each ID identifies an
- individual panel applet. The settings for each of
- these applets are stored in
- /apps/panel/applets/$(id).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/general/object_id_list</key>
- <applyto>/apps/panel/general/object_id_list</applyto>
- <owner>panel</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[]</default>
- <locale name="C">
- <short>Panel object ID list</short>
- <long>
- A list of panel object IDs. Each ID identifies an individual
- panel object (e.g. a launcher, action button or menu
- button/bar). The settings for each of these objects are
- stored in
- /apps/panel/objects/$(id).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/general/profiles_migrated</key>
- <applyto>/apps/panel/general/profiles_migrated</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Old profiles configuration migrated</short>
- <long>
- A boolean flag to indicate whether the user's previous
- configuration in /apps/panel/profiles/default has been
- copied to the new location in /apps/panel.
- </long>
- </locale>
- </schema>
-
- </schemalist>
-
-</mateconfschemafile>