diff options
author | BlackNoxis <stevencristian@hotmail.com> | 2012-05-26 19:52:44 +0300 |
---|---|---|
committer | BlackNoxis <stevencristian@hotmail.com> | 2012-05-26 19:52:44 +0300 |
commit | 169a2c200f3ed5cba92dff2b5b4754135e9700b8 (patch) | |
tree | 0786dbd43b170869bc682308b891b208d4046e31 /xdg/menus/applications.menu |
roskell on
Diffstat (limited to 'xdg/menus/applications.menu')
-rw-r--r-- | xdg/menus/applications.menu | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/xdg/menus/applications.menu b/xdg/menus/applications.menu new file mode 100644 index 0000000..ec48619 --- /dev/null +++ b/xdg/menus/applications.menu @@ -0,0 +1,167 @@ +<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" + "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> + +<Menu> + + <Name>Applications</Name> + <Directory>X-GNOME-Menu-Applications.directory</Directory> + + <!-- Scan legacy dirs first, as later items take priority --> + <KDELegacyDirs/> + <LegacyDir>/etc/X11/applnk</LegacyDir> + <LegacyDir>/usr/share/gnome/apps</LegacyDir> + + <!-- Read standard .directory and .desktop file locations --> + <DefaultAppDirs/> + <DefaultDirectoryDirs/> + + <!-- Read in overrides and child menus from applications-merged/ --> + <DefaultMergeDirs/> + + <!-- Accessories submenu --> + <Menu> + <Name>Accessories</Name> + <Directory>Utility.directory</Directory> + <Include> + <And> + <Category>Utility</Category> + <!-- Accessibility spec must have either the Utility or Settings + category, and we display an accessibility submenu already for + the ones that do not have Settings, so don't display accessibility + applications here --> + <Not><Category>Accessibility</Category></Not> + <Not><Category>System</Category></Not> + </And> + </Include> + </Menu> <!-- End Accessories --> + + <!-- Accessibility submenu --> + <Menu> + <Name>Universal Access</Name> + <Directory>Utility-Accessibility.directory</Directory> + <Include> + <And> + <Category>Accessibility</Category> + <Not><Category>Settings</Category></Not> + </And> + </Include> + </Menu> <!-- End Accessibility --> + + <!-- Development Tools --> + <Menu> + <Name>Development</Name> + <Directory>Development.directory</Directory> + <Include> + <And> + <Category>Development</Category> + </And> + <Filename>emacs.desktop</Filename> + </Include> + </Menu> <!-- End Development Tools --> + + <!-- Education --> + <Menu> + <Name>Education</Name> + <Directory>Education.directory</Directory> + <Include> + <And> + <Category>Education</Category> + </And> + </Include> + </Menu> <!-- End Education --> + + <!-- Games --> + <Menu> + <Name>Games</Name> + <Directory>Game.directory</Directory> + <Include> + <And> + <Category>Game</Category> + </And> + </Include> + </Menu> <!-- End Games --> + + <!-- Graphics --> + <Menu> + <Name>Graphics</Name> + <Directory>Graphics.directory</Directory> + <Include> + <And> + <Category>Graphics</Category> + </And> + </Include> + </Menu> <!-- End Graphics --> + + <!-- Internet --> + <Menu> + <Name>Internet</Name> + <Directory>Network.directory</Directory> + <Include> + <And> + <Category>Network</Category> + </And> + </Include> + </Menu> <!-- End Internet --> + + <!-- Multimedia --> + <Menu> + <Name>Multimedia</Name> + <Directory>AudioVideo.directory</Directory> + <Include> + <And> + <Category>AudioVideo</Category> + </And> + </Include> + </Menu> <!-- End Multimedia --> + + <!-- Office --> + <Menu> + <Name>Office</Name> + <Directory>Office.directory</Directory> + <Include> + <And> + <Category>Office</Category> + </And> + </Include> + </Menu> <!-- End Office --> + + <!-- System Tools--> + <Menu> + <Name>System</Name> + <Directory>System-Tools.directory</Directory> + <Include> + <And> + <Category>System</Category> + <Not><Category>Settings</Category></Not> + </And> + </Include> + </Menu> <!-- End System Tools --> + + <!-- Other --> + <Menu> + <Name>Other</Name> + <Directory>X-GNOME-Other.directory</Directory> + <OnlyUnallocated/> + <Include> + <And> + <Not><Category>Core</Category></Not> + <Not><Category>Settings</Category></Not> + <Not><Category>Screensaver</Category></Not> + <Not><Category>X-KDE-settings-accessibility</Category></Not> + <Not><Category>X-KDE-settings-components</Category></Not> + <Not><Category>X-KDE-settings-desktop</Category></Not> + <Not><Category>X-KDE-settings-looknfeel</Category></Not> + <Not><Category>X-KDE-settings-network</Category></Not> + <Not><Category>X-KDE-settings-webbrowsing</Category></Not> + <Not><Category>X-KDE-settings-peripherals</Category></Not> + <Not><Category>X-KDE-settings-hardware</Category></Not> + <Not><Category>X-KDE-settings-power</Category></Not> + <Not><Category>X-KDE-settings-security</Category></Not> + <Not><Category>X-KDE-settings-sound</Category></Not> + <Not><Category>X-KDE-settings-system</Category></Not> + <Not><Category>X-KDE-information</Category></Not> + </And> + </Include> + </Menu> <!-- End Other --> + +</Menu> <!-- End Applications --> |