From 405c20d871631d8c54a17b8a3347c055da30ec63 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Wed, 28 Aug 2013 22:34:11 +0000 Subject: [PATCH] SDL: Added unity launcher support/features to .desktop file (sf #620; thanks jack david baucum) --- trunk/fceux.desktop | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/trunk/fceux.desktop b/trunk/fceux.desktop index eeee8809..60aecf2c 100644 --- a/trunk/fceux.desktop +++ b/trunk/fceux.desktop @@ -11,4 +11,12 @@ Terminal=false MimeType=application/x-nes-rom Categories=Game;Emulator; Encoding=UTF-8 - +Actions=Fullscreen;DefaultConfig; +[Desktop Action Fullscreen] +Name=Open in Fullscreen +Exec=fceux -f 1 +OnlyShowIn=Unity +[Desktop Action DefaultConfig] +Name=Start With the Default Configuration +Exec=fceux --no-config 1 +OnlyShowIn=Unity