summarylogtreecommitdiffstats
path: root/emulationstation.desktop
diff options
context:
space:
mode:
authorGuillaume Hayot2017-10-14 14:32:27 +0200
committerGuillaume Hayot2017-10-14 14:32:27 +0200
commit6bad8dbecb31020f3ca441f2f2b2d5affdd2f939 (patch)
tree73f894bb9a1a337fb5f6e7ba9f8c851fe27e9463 /emulationstation.desktop
downloadaur-6bad8dbecb31020f3ca441f2f2b2d5affdd2f939.tar.gz
Initial commit
Diffstat (limited to 'emulationstation.desktop')
-rw-r--r--emulationstation.desktop25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulationstation.desktop b/emulationstation.desktop
new file mode 100644
index 000000000000..2c1c3661e60f
--- /dev/null
+++ b/emulationstation.desktop
@@ -0,0 +1,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;