From c51ef797a707f4e2c6f9688d4378f2b0e9898a66 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:56:10 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- mate-panel/panel-general.schemas.in | 127 ++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 mate-panel/panel-general.schemas.in (limited to 'mate-panel/panel-general.schemas.in') diff --git a/mate-panel/panel-general.schemas.in b/mate-panel/panel-general.schemas.in new file mode 100644 index 00000000..1bfc2c7a --- /dev/null +++ b/mate-panel/panel-general.schemas.in @@ -0,0 +1,127 @@ + + + + + + + /schemas/apps/panel/general/enable_program_list + /apps/panel/general/enable_program_list + panel + bool + true + + Enable program list in "Run Application" dialog + + 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. + + + + + + /schemas/apps/panel/general/show_program_list + /apps/panel/general/show_program_list + panel + bool + false + + Expand program list in "Run Application" dialog + + 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. + + + + + + /schemas/apps/panel/general/enable_autocompletion + /apps/panel/general/enable_autocompletion + panel + bool + true + + Enable autocompletion in "Run Application" dialog + + If true, autocompletion in the "Run Application" dialog is + made available. + + + + + + /schemas/apps/panel/general/toplevel_id_list + /apps/panel/general/toplevel_id_list + panel + list + string + [] + + Panel ID list + + 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). + + + + + + /schemas/apps/panel/general/applet_id_list + /apps/panel/general/applet_id_list + panel + string + list + [] + + Panel applet ID list + + 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). + + + + + + /schemas/apps/panel/general/object_id_list + /apps/panel/general/object_id_list + panel + list + string + [] + + Panel object ID list + + 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). + + + + + + /schemas/apps/panel/general/profiles_migrated + /apps/panel/general/profiles_migrated + panel + bool + false + + Old profiles configuration migrated + + 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. + + + + + + + -- cgit v1.2.1