From a47009814ce3418f5e861ba425e8fab2ac01f9da Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 12 Feb 2014 12:05:37 +0100 Subject: Allow to customize menu bar with GSettings --- data/Makefile.am | 3 ++- data/org.mate.panel.menubar.gschema.xml.in.in | 29 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 data/org.mate.panel.menubar.gschema.xml.in.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 516294cc..7b7d3721 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,7 +9,8 @@ gsettings_ENUM_FILES = $(top_srcdir)/mate-panel/panel-enums-gsettings.h panel_gschemas_in_in = \ org.mate.panel.gschema.xml.in.in \ org.mate.panel.object.gschema.xml.in.in \ - org.mate.panel.toplevel.gschema.xml.in.in + org.mate.panel.toplevel.gschema.xml.in.in \ + org.mate.panel.menubar.gschema.xml.in.in panel_gschemas_in = $(panel_gschemas_in_in:.xml.in.in=.xml.in) gsettings_SCHEMAS = $(panel_gschemas_in:.xml.in=.xml) diff --git a/data/org.mate.panel.menubar.gschema.xml.in.in b/data/org.mate.panel.menubar.gschema.xml.in.in new file mode 100644 index 00000000..9c7ed19f --- /dev/null +++ b/data/org.mate.panel.menubar.gschema.xml.in.in @@ -0,0 +1,29 @@ + + + + true + <_summary>Show applications menu + <_description>If true, show applications item in menu bar. + + + true + <_summary>Show places menu + <_description>If true, show places item in menu bar. + + + true + <_summary>Show desktop menu + <_description>If true, show desktop item in menu bar. + + + true + <_summary>Show icon + <_description>If true, show icon in menu bar. + + + 'start-here' + <_summary>Icon to show in menu bar + <_description>Set the theme icon name to use in menu bar. + + + -- cgit v1.2.1