diff options
author | infirit <[email protected]> | 2015-09-06 16:20:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 16:20:20 +0200 |
commit | 9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa (patch) | |
tree | e7e9ceb6ea268edfb47c900fd1a427f72059f9bc /data/org.mate.panel.menubar.gschema.xml.in | |
parent | 667466775b7d785ac048732b18efacea09711ab2 (diff) | |
download | mate-panel-9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa.tar.bz2 mate-panel-9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'data/org.mate.panel.menubar.gschema.xml.in')
-rw-r--r-- | data/org.mate.panel.menubar.gschema.xml.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in b/data/org.mate.panel.menubar.gschema.xml.in new file mode 100644 index 00000000..0c707412 --- /dev/null +++ b/data/org.mate.panel.menubar.gschema.xml.in @@ -0,0 +1,29 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.panel.menubar" path="/org/mate/panel/menubar/"> + <key name="show-applications" type="b"> + <default>true</default> + <summary>Show applications menu</summary> + <description>If true, show applications item in menu bar.</description> + </key> + <key name="show-places" type="b"> + <default>true</default> + <summary>Show places menu</summary> + <description>If true, show places item in menu bar.</description> + </key> + <key name="show-desktop" type="b"> + <default>true</default> + <summary>Show desktop menu</summary> + <description>If true, show desktop item in menu bar.</description> + </key> + <key name="show-icon" type="b"> + <default>true</default> + <summary>Show icon</summary> + <description>If true, show icon in menu bar.</description> + </key> + <key name="icon-name" type="s"> + <default>'start-here'</default> + <summary>Icon to show in menu bar</summary> + <description>Set the theme icon name to use in menu bar.</description> + </key> + </schema> +</schemalist> |