Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>Applications</Name>
7
  <Directory>X-GNOME-Menu-Applications.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
  <KDELegacyDirs/>
15
  <DefaultAppDirs/>
16
  <DefaultDirectoryDirs/>
17
 
18
  <!-- Add stock tarball installs to menus -->
19
  <AppDir>/usr/local/share/applications</AppDir>
20
 
21
  <!-- Accessories submenu -->
22
  <Menu>
23
    <Name>Accessories</Name>
24
    <Directory>Utility.directory</Directory>
25
    <Include>
26
      <And>
27
        <Category>Utility</Category>
28
        <Not>
29
          <Category>System</Category>
30
        </Not>
31
      </And>
32
    </Include>
33
  </Menu> <!-- End Accessories -->
34
 
35
  <!-- Development Tools -->
36
  <Menu>
37
    <Name>Development</Name>
38
    <Directory>Development.directory</Directory>
39
    <Include>
40
      <And>
41
        <Category>Development</Category>
42
      </And>
43
    </Include>
44
  </Menu> <!-- End Development Tools -->
45
 
46
  <!-- Education -->
47
  <Menu>
48
    <Name>Education</Name>
49
    <Directory>Education.directory</Directory>
50
    <Include>
51
      <And>
52
        <Category>Education</Category>
53
      </And>
54
    </Include>
55
  </Menu> <!-- End Education -->
56
 
57
  <!-- Games -->
58
  <Menu>
59
    <Name>Games</Name>
60
    <Directory>Game.directory</Directory>
61
    <Include>
62
      <And>
63
        <Category>Game</Category>
64
      </And>
65
    </Include>
66
  </Menu> <!-- End Games -->
67
 
68
  <!-- Graphics -->
69
  <Menu>
70
    <Name>Graphics</Name>
71
    <Directory>Graphics.directory</Directory>
72
    <Include>
73
      <And>
74
        <Category>Graphics</Category>
75
      </And>
76
    </Include>
77
  </Menu> <!-- End Graphics -->
78
 
79
  <!-- Internet -->
80
  <Menu>
81
    <Name>Internet</Name>
82
    <Directory>Network.directory</Directory>
83
    <Include>
84
      <And>
85
        <Category>Network</Category>
86
	<Not><Category>Settings</Category></Not>
87
      </And>
88
    </Include>
89
  </Menu>   <!-- End Internet -->
90
 
91
  <!-- Multimedia -->
92
  <Menu>
93
    <Name>Multimedia</Name>
94
    <Directory>AudioVideo.directory</Directory>
95
    <Include>
96
      <And>
97
        <Category>AudioVideo</Category>
98
	<Not><Category>Settings</Category></Not>
99
      </And>
100
    </Include>
101
  </Menu>   <!-- End Multimedia -->
102
 
103
  <!-- Office -->
104
  <Menu>
105
    <Name>Office</Name>
106
    <Directory>Office.directory</Directory>
107
    <Include>
108
      <And>
109
        <Category>Office</Category>
110
      </And>
111
    </Include>
112
  </Menu> <!-- End Office -->
113
 
114
  <!-- System Tools-->
115
  <Menu>
116
    <Name>System Tools</Name>
117
    <Directory>System-Tools.directory</Directory>
118
    <Include>
119
      <And>
120
        <Category>System</Category>
121
	<Not><Category>Settings</Category></Not>
122
        <Not><Category>Screensaver</Category></Not>
123
      </And>
124
    </Include>
125
  </Menu>   <!-- End System Tools -->
126
 
127
  <!-- Other -->
128
  <Menu>
129
    <Name>Other</Name>
130
    <Directory>X-GNOME-Other.directory</Directory>
131
    <OnlyUnallocated/>
132
    <Include>
133
      <And>
134
        <Not><Category>Core</Category></Not>
135
        <Not><Category>Settings</Category></Not>
136
        <Not><Category>SystemSetup</Category></Not>
137
        <Not><Category>X-Red-Hat-ServerConfig</Category></Not>
138
        <Not><Category>Screensaver</Category></Not>
139
        <Not><Category>Documentation</Category></Not>
140
      </And>
141
    </Include>
142
  </Menu> <!-- End Other -->
143
 
144
  <MergeFile>applications-kmenuedit.menu</MergeFile>
145
 
146
  <!-- Read in overrides and child menus from applications.d -->
147
  <DefaultMergeDirs/>
148
</Menu> <!-- End Applications -->