blob: e6a444fd884fb1bee6df4f033a550d7815f0bbe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[Desktop Entry]
# The type as listed above
Type=Application
# The version of the desktop entry specification to which this file complies
Version=0.8.0-1
# The name of the application
Name=Raptor: Call of the Shadows
# A comment which can/will be used as a tooltip
Comment=Vertically-scrolling shoot 'em up
# The path to the folder in which the executable is run
#Path=
# The executable of the application, possibly with arguments.
Exec=/usr/bin/raptor-cos
# The name of the icon that will be used to display this entry
Icon=raptor-cos
# Describes whether this application needs to be run in a terminal or not
Terminal=false
# Describes the categories in which this entry should be shown
Categories=Game;ArcadeGame;Shooter
|