Added in rudimentary category support for dotdesktop file emitting; ie: PXML's catego...
[pandora-libraries.git] / testdata / conf / categories
1
2 # Open Pandora
3 # dotdesktop configuration
4
5 # this config file maps 'PXML' categories to free-desktop standard categories
6 # ie: category 'Foo' could map to more standard 'Utility', thus making .desktop file
7 # emitting a more useful thing
8
9 # the standard listing of categories is:
10 # http://standards.freedesktop.org/menu-spec/latest/apa.html
11
12 # note that 'map' section in the config is _required_ for a match to be found; this
13 # is done to separate categories from (future) top-level directives
14
15 default Application;Utility;Network;
16
17 [map]
18 Subcategory1    Graphics
19 Development     Development
20 Education       Education
21 Games   Game
22 Graphics        Graphics
23 Internet        Network
24 Multimedia      AudioVideo
25 Office  Office
26 Settings        Settings
27 System  System
28 Utilities       Utility