From c23e1583128188130ea63fbbbe415f38d130f364 Mon Sep 17 00:00:00 2001 From: Philip Goto Date: Wed, 26 May 2021 20:49:29 +0200 Subject: [PATCH] Pass filename to program in desktop entry The desktop entry was already configured to handle DS rom file types, but the filename of such a rom was not passed to the program itself. The `%f` passes a single local filename to the program to handle these and allow to use the *open with* menu with melonDS. --- net.kuribo64.melonDS.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.kuribo64.melonDS.desktop b/net.kuribo64.melonDS.desktop index c0dafe28..de12ecc3 100644 --- a/net.kuribo64.melonDS.desktop +++ b/net.kuribo64.melonDS.desktop @@ -2,7 +2,7 @@ Name=melonDS GenericName=Nintendo DS Emulator Comment=A fast and accurate Nintendo DS emulator. -Exec=melonDS +Exec=melonDS %f Type=Application Categories=Game;Emulator; Terminal=false