From c5d59107ad27de8651f2474ef18eb0b47a9ab3a5 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Wed, 18 Jun 2014 10:59:32 +0200 Subject: [PATCH] Modify desktop file to play nicer with file associations in newer versions of nautilus (gnome file browser) --- platform/unix/love.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/unix/love.desktop.in b/platform/unix/love.desktop.in index 3a9e2df12..94c9bb418 100644 --- a/platform/unix/love.desktop.in +++ b/platform/unix/love.desktop.in @@ -2,7 +2,7 @@ Name=LÖVE Comment=The unquestionably awesome 2D game engine MimeType=application/x-love-game; -Exec=@bindir@/love +Exec=@bindir@/love %f Type=Application Categories=Development;Game; Terminal=false