summarylogtreecommitdiffstats
path: root/emulationstation.desktop
blob: 2c1c3661e60f9617c1f02072af5b4a44a4ee208b (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
[Desktop Entry]
Name=EmulationStation
GenericName=EmulationStation
Comment=Front-end for emulators
Exec=emulationstation
Icon=emulationstation.svg
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;Emulator;

[Desktop Action Windowed]
Name=Open as window
Exec=emulationstation --windowed
OnlyShowIn=Unity;GNOME;

[Desktop Action NoExit]
Name=Don't display exit button
Exec=emulationstation --no-exit
OnlyShowIn=Unity;GNOME;

[Desktop Action Vsync off]
Name=Open in standalone mode
Exec=emulationstation -vsync 0
OnlyShowIn=Unity;GNOME;