blob: 9c7ed19f1422ebc796e063be78f48e0f22833286 (
plain)
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="@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>
|