From ab0a683aef4519f41807470905a5d0aefe9ddeff Mon Sep 17 00:00:00 2001 From: jnahmias Date: Mon, 1 Feb 2021 00:16:01 -0500 Subject: [PATCH] fceux.desktop: use proper Exec field code (#315) This allows proper opening of .nes files with the proper mime-type. For details on how this works, see: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables --- fceux.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fceux.desktop b/fceux.desktop index b1a9081e..0f371222 100644 --- a/fceux.desktop +++ b/fceux.desktop @@ -5,7 +5,7 @@ Name=Fceux GenericName=NES/Famicom emulator NoDisplay=false Comment=Emulate NES ROMs -Exec=/usr/bin/fceux +Exec=/usr/bin/fceux %f Icon=/usr/share/pixmaps/fceux1.png Terminal=false MimeType=application/x-nes-rom