4 |
- |
1 |
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
|
|
2 |
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
|
|
3 |
|
|
|
4 |
<Menu>
|
|
|
5 |
|
|
|
6 |
<Name>Server</Name>
|
|
|
7 |
<Directory>ServerConfig.directory</Directory>
|
|
|
8 |
|
|
|
9 |
<!-- Scan legacy dirs first, as later items take priority -->
|
|
|
10 |
<LegacyDir>/usr/share/gnome/apps</LegacyDir>
|
|
|
11 |
<LegacyDir>/etc/X11/applnk</LegacyDir>
|
|
|
12 |
|
|
|
13 |
<!-- Read standard .directory and .desktop file locations -->
|
|
|
14 |
<DefaultAppDirs/>
|
|
|
15 |
<DefaultDirectoryDirs/>
|
|
|
16 |
|
|
|
17 |
<!-- Read in overrides and child menus from applications.d -->
|
|
|
18 |
<DefaultMergeDirs/>
|
|
|
19 |
|
|
|
20 |
<!-- toplevel menu items -->
|
|
|
21 |
<Include>
|
|
|
22 |
<And>
|
|
|
23 |
<Category>X-Red-Hat-Base</Category>
|
|
|
24 |
<Category>X-Red-Hat-ServerConfig</Category>
|
|
|
25 |
</And>
|
|
|
26 |
</Include>
|
|
|
27 |
|
|
|
28 |
<!-- More Server -->
|
|
|
29 |
<Menu>
|
|
|
30 |
<Name>MoreServer</Name>
|
|
|
31 |
<Directory>ServerConfig-More.directory</Directory>
|
|
|
32 |
<Include>
|
|
|
33 |
<And>
|
|
|
34 |
<Not><Category>X-Red-Hat-Base-Only</Category></Not>
|
|
|
35 |
<Not><Category>X-Red-Hat-Base</Category></Not>
|
|
|
36 |
<Category>X-Red-Hat-ServerConfig</Category>
|
|
|
37 |
</And>
|
|
|
38 |
</Include>
|
|
|
39 |
|
|
|
40 |
</Menu> <!-- End More Server Settings -->
|
|
|
41 |
</Menu> <!-- End Server Settings -->
|
|
|
42 |
|