the repository of RSA merge with private repository.
[platform/core/uifw/e17.git] / data / etc / enlightenment.menu
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>Applications.directory</Directory>
8
9   <!-- Scan legacy dirs first, as later items take priority -->
10   <LegacyDir>/etc/X11/applnk</LegacyDir>
11   <LegacyDir>/usr/share/gnome/apps</LegacyDir>
12   <KDELegacyDirs/>
13
14   <!-- Read standard .directory and .desktop file locations -->
15   <DefaultAppDirs/>
16   <DefaultDirectoryDirs/>
17
18   <!-- Read in overrides and child menus from applications-merged/ -->
19   <DefaultMergeDirs/>
20
21   <!-- Accessories submenu -->
22   <Menu>
23     <Name>Accessories</Name>
24     <Directory>Utility.directory</Directory>
25     <Include>
26       <And>
27         <Category>Utility</Category>
28         <!-- Accessibility spec must have either the Utility or Settings
29              category, and we display an accessibility submenu already for
30              the ones that do not have Settings, so don't display accessibility
31              applications here -->
32         <Not><Category>Accessibility</Category></Not>
33         <Not><Category>System</Category></Not>
34         <Not><Category>Development</Category></Not>
35       </And>
36     </Include>
37   </Menu> <!-- End Accessories -->
38
39   <!-- Accessibility submenu -->
40   <Menu>
41     <Name>Universal Access</Name>
42     <Directory>Utility-Accessibility.directory</Directory>
43     <Include>
44       <And>
45         <Category>Accessibility</Category>
46         <Not><Category>Settings</Category></Not>
47       </And>
48     </Include>
49   </Menu> <!-- End Accessibility -->
50
51   <!-- Development Tools -->
52   <Menu>
53     <Name>Development</Name>
54     <Directory>Development.directory</Directory>
55     <Include>
56       <Or>
57         <Category>Development</Category>
58         <Category>X-KDE-KDevelopIDE</Category>
59         <Category>Translation</Category>
60         <Category>WebDevelopment</Category>
61       </Or>
62       <Filename>emacs.desktop</Filename>
63     </Include>
64   </Menu> <!-- End Development Tools -->
65
66   <!-- Education -->
67   <Menu>
68     <Name>Education</Name>
69     <Directory>Education.directory</Directory>
70     <Include>
71       <And>
72         <Category>Education</Category>
73         <Category>X-KDE-Edu-Language</Category>
74         <Not><Category>Science</Category></Not>
75       </And>
76     </Include>
77   </Menu> <!-- End Education -->
78
79   <!-- Science -->
80   <Menu>
81     <Name>Science</Name>
82     <Directory>GnomeScience.directory</Directory>
83     <Include>
84       <And>
85         <Category>Education</Category>
86         <Category>Science</Category>
87         <Category>Astronomy</Category>
88         <Category>Biology</Category>
89         <Category>Chemistry</Category>
90         <Category>Geology</Category>
91         <Category>MedicalSoftware</Category>
92         <Category>Physics</Category>
93         <Category>Math</Category>
94       </And>
95     </Include>
96   </Menu> <!-- End Science -->
97
98   <!-- Games -->
99   <Menu>
100     <Name>Games</Name>
101     <Directory>Game.directory</Directory>
102     <Include>
103       <And>
104         <Category>Game</Category>
105         <Category>Amusement</Category>
106         <Not><Category>ActionGame</Category></Not>
107         <Not><Category>AdventureGame</Category></Not>
108         <Not><Category>ArcadeGame</Category></Not>
109         <Not><Category>BoardGame</Category></Not>
110         <Not><Category>BlocksGame</Category></Not>
111         <Not><Category>CardGame</Category></Not>
112         <Not><Category>KidsGame</Category></Not>
113         <Not><Category>LogicGame</Category></Not>
114         <Not><Category>RolePlaying</Category></Not>
115         <Not><Category>Simulation</Category></Not>
116         <Not><Category>SportsGame</Category></Not>
117         <Not><Category>StrategyGame</Category></Not>
118         <Not><Category>X-KDE-KidsGame</Category></Not>
119       </And>
120     </Include>
121     <DefaultLayout inline="true" inline_limit="6" inline_header="false">
122       <Merge type="menus"/>
123       <Merge type="files"/>
124     </DefaultLayout>
125     <Menu>
126       <Name>Action</Name>
127       <Directory>ActionGames.directory</Directory>
128       <Include>
129         <Category>ActionGame</Category>
130       </Include>
131     </Menu>
132     <Menu>
133       <Name>Adventure</Name>
134       <Directory>AdventureGames.directory</Directory>
135       <Include>
136         <Category>AdventureGame</Category>
137       </Include>
138     </Menu>
139     <Menu>
140       <Name>Arcade</Name>
141       <Directory>ArcadeGames.directory</Directory>
142       <Include>
143         <Category>ArcadeGame</Category>
144       </Include>
145     </Menu>
146     <Menu>
147       <Name>Board</Name>
148       <Directory>BoardGames.directory</Directory>
149       <Include>
150         <Category>BoardGame</Category>
151       </Include>
152     </Menu>
153     <Menu>
154       <Name>Blocks</Name>
155       <Directory>BlocksGames.directory</Directory>
156       <Include>
157         <Category>BlocksGame</Category>
158       </Include>
159     </Menu>
160     <Menu>
161       <Name>Cards</Name>
162       <Directory>CardGames.directory</Directory>
163       <Include>
164         <Category>CardGame</Category>
165       </Include>
166     </Menu>
167     <Menu>
168       <Name>Kids</Name>
169       <Directory>KidsGames.directory</Directory>
170       <Include>
171         <Category>KidsGame</Category>
172         <Category>X-KDE-KidsGame</Category>
173       </Include>
174     </Menu>
175     <Menu>
176       <Name>Logic</Name>
177       <Directory>LogicGames.directory</Directory>
178       <Include>
179         <Category>LogicGame</Category>
180       </Include>
181     </Menu>
182     <Menu>
183       <Name>Role Playing</Name>
184       <Directory>RolePlayingGames.directory</Directory>
185       <Include>
186         <Category>RolePlaying</Category>
187       </Include>
188     </Menu>
189     <Menu>
190       <Name>Simulation</Name>
191       <Directory>SimulationGames.directory</Directory>
192       <Include>
193         <Category>Simulation</Category>
194       </Include>
195     </Menu>
196     <Menu>
197       <Name>Sports</Name>
198       <Directory>SportsGames.directory</Directory>
199       <Include>
200         <Category>SportsGame</Category>
201       </Include>
202     </Menu>
203     <Menu>
204       <Name>Strategy</Name>
205       <Directory>StrategyGames.directory</Directory>
206       <Include>
207         <Category>StrategyGame</Category>
208       </Include>
209     </Menu>
210   </Menu> <!-- End Games -->
211
212   <!-- Graphics -->
213   <Menu>
214     <Name>Graphics</Name>
215     <Directory>Graphics.directory</Directory>
216     <Include>
217       <And>
218         <Category>Graphics</Category>
219       </And>
220     </Include>
221   </Menu> <!-- End Graphics -->
222
223   <!-- Internet -->
224   <Menu>
225     <Name>Internet</Name>
226     <Directory>Network.directory</Directory>
227     <Include>
228       <And>
229         <Category>Network</Category>
230       </And>
231     </Include>
232   </Menu>   <!-- End Internet -->
233
234   <!-- Multimedia -->
235   <Menu>
236     <Name>Multimedia</Name>
237     <Directory>AudioVideo.directory</Directory>
238     <Include>
239       <And>
240         <Category>AudioVideo</Category>
241       </And>
242     </Include>
243   </Menu>   <!-- End Multimedia -->
244
245   <!-- Office -->
246   <Menu>
247     <Name>Office</Name>
248     <Directory>Office.directory</Directory>
249     <Include>
250       <And>
251         <Category>Office</Category>
252       </And>
253     </Include>
254   </Menu> <!-- End Office -->
255
256   <!-- System Tools-->
257   <Menu>
258     <Name>System</Name>
259     <Directory>System-Tools.directory</Directory>
260     <Include>
261       <And>
262         <Category>System</Category>
263         <Not><Category>Settings</Category></Not>
264         <Not><Category>Game</Category></Not>
265       </And>
266     </Include>
267   </Menu>   <!-- End System Tools -->
268
269   <!-- Other -->
270   <Menu>
271     <Name>Other</Name>
272     <Directory>Other.directory</Directory>
273     <OnlyUnallocated/>
274     <Include>
275       <And>
276         <Not><Category>Core</Category></Not>
277         <Not><Category>Settings</Category></Not>
278         <Not><Category>Screensaver</Category></Not>
279       </And>
280     </Include>
281   </Menu> <!-- End Other -->
282
283   <!-- The Debian menu -->
284   <Menu>
285     <Name>Debian</Name>
286     <MergeFile>debian-menu.menu</MergeFile>
287     <Directory>Debian.directory</Directory>
288   </Menu>
289
290 <Layout>
291   <Merge type="menus"/>
292   <Merge type="files"/>
293 </Layout>
294
295 </Menu> <!-- End Applications -->