From 876f39364e2106c8cb96fa4a9067359e5a350583 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Oct 2012 00:01:30 +0200 Subject: migrate mate-panel to gsettings --- mate-panel/panel-general.schemas.in | 127 ------------------------------------ 1 file changed, 127 deletions(-) delete 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 deleted file mode 100644 index 1bfc2c7a..00000000 --- a/mate-panel/panel-general.schemas.in +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - /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