/usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml is in mate-panel 1.12.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <schemalist gettext-domain="mate-panel">
<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>
|