~ubuntu-branches/ubuntu/quantal/gnome-menus2/quantal

« back to all changes in this revision

Viewing changes to .pc/05_debian_menu.patch/layout/applications.menu

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-26 11:43:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110826114302-vgdcyicgxh3xzyzn
Tags: 3.0.1-0ubuntu6
Restore old gnome-menus, the lib still has some rdepends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>/etc/X11/applnk</LegacyDir>
 
11
  <LegacyDir>/usr/share/gnome/apps</LegacyDir>
 
12
 
 
13
  <!-- Read standard .directory and .desktop file locations -->
 
14
  <DefaultAppDirs/>
 
15
  <DefaultDirectoryDirs/>
 
16
 
 
17
  <!-- Read in overrides and child menus from applications-merged/ -->
 
18
  <DefaultMergeDirs/>
 
19
 
 
20
  <!-- Accessories submenu -->
 
21
  <Menu>
 
22
    <Name>Accessories</Name>
 
23
    <Directory>Utility.directory</Directory>
 
24
    <Include>
 
25
      <And>
 
26
        <Category>Utility</Category>
 
27
        <!-- Accessibility spec must have either the Utility or Settings
 
28
             category, and we display an accessibility submenu already for
 
29
             the ones that do not have Settings, so don't display accessibility
 
30
             applications here -->
 
31
        <Not><Category>Accessibility</Category></Not>
 
32
        <Not><Category>System</Category></Not>
 
33
      </And>
 
34
    </Include>
 
35
  </Menu> <!-- End Accessories -->
 
36
 
 
37
  <!-- Accessibility submenu -->
 
38
  <Menu>
 
39
    <Name>Universal Access</Name>
 
40
    <Directory>Utility-Accessibility.directory</Directory>
 
41
    <Include>
 
42
      <And>
 
43
        <Category>Accessibility</Category>
 
44
        <Not><Category>Settings</Category></Not>
 
45
      </And>
 
46
    </Include>
 
47
  </Menu> <!-- End Accessibility -->
 
48
 
 
49
  <!-- Development Tools -->
 
50
  <Menu>
 
51
    <Name>Development</Name>
 
52
    <Directory>Development.directory</Directory>
 
53
    <Include>
 
54
      <And>
 
55
        <Category>Development</Category>
 
56
      </And>
 
57
      <Filename>emacs.desktop</Filename>
 
58
    </Include>
 
59
  </Menu> <!-- End Development Tools -->
 
60
 
 
61
  <!-- Education -->
 
62
  <Menu>
 
63
    <Name>Education</Name>
 
64
    <Directory>Education.directory</Directory>
 
65
    <Include>
 
66
      <And>
 
67
        <Category>Education</Category>
 
68
      </And>
 
69
    </Include>
 
70
  </Menu> <!-- End Education -->
 
71
 
 
72
  <!-- Games -->
 
73
  <Menu>
 
74
    <Name>Games</Name>
 
75
    <Directory>Game.directory</Directory>
 
76
    <Include>
 
77
      <And>
 
78
        <Category>Game</Category>
 
79
      </And>
 
80
    </Include>
 
81
  </Menu> <!-- End Games -->
 
82
 
 
83
  <!-- Graphics -->
 
84
  <Menu>
 
85
    <Name>Graphics</Name>
 
86
    <Directory>Graphics.directory</Directory>
 
87
    <Include>
 
88
      <And>
 
89
        <Category>Graphics</Category>
 
90
      </And>
 
91
    </Include>
 
92
  </Menu> <!-- End Graphics -->
 
93
 
 
94
  <!-- Internet -->
 
95
  <Menu>
 
96
    <Name>Internet</Name>
 
97
    <Directory>Network.directory</Directory>
 
98
    <Include>
 
99
      <And>
 
100
        <Category>Network</Category>
 
101
      </And>
 
102
    </Include>
 
103
  </Menu>   <!-- End Internet -->
 
104
 
 
105
  <!-- Multimedia -->
 
106
  <Menu>
 
107
    <Name>Multimedia</Name>
 
108
    <Directory>AudioVideo.directory</Directory>
 
109
    <Include>
 
110
      <And>
 
111
        <Category>AudioVideo</Category>
 
112
      </And>
 
113
    </Include>
 
114
  </Menu>   <!-- End Multimedia -->
 
115
 
 
116
  <!-- Office -->
 
117
  <Menu>
 
118
    <Name>Office</Name>
 
119
    <Directory>Office.directory</Directory>
 
120
    <Include>
 
121
      <And>
 
122
        <Category>Office</Category>
 
123
      </And>
 
124
    </Include>
 
125
  </Menu> <!-- End Office -->
 
126
 
 
127
  <!-- System Tools-->
 
128
  <Menu>
 
129
    <Name>System</Name>
 
130
    <Directory>System-Tools.directory</Directory>
 
131
    <Include>
 
132
      <And>
 
133
        <Category>System</Category>
 
134
        <Not><Category>Settings</Category></Not>
 
135
      </And>
 
136
    </Include>
 
137
  </Menu>   <!-- End System Tools -->
 
138
 
 
139
  <!-- Other -->
 
140
  <Menu>
 
141
    <Name>Other</Name>
 
142
    <Directory>X-GNOME-Other.directory</Directory>
 
143
    <OnlyUnallocated/>
 
144
    <Include>
 
145
      <And>
 
146
        <Not><Category>Core</Category></Not>
 
147
        <Not><Category>Screensaver</Category></Not>
 
148
        <Not><Category>X-GNOME-Settings-Panel</Category></Not>
 
149
      </And>
 
150
    </Include>
 
151
  </Menu> <!-- End Other -->
 
152
 
 
153
</Menu> <!-- End Applications -->