File solarus-1.6.0-fix-desktop-exec.patch of Package solarus
From 870e2bcc1c9385943170dbd39641f2d2884889c7 Mon Sep 17 00:00:00 2001
From: Antoine Belvire <antoine.belvire@opensuse.org>
Date: Sun, 23 Dec 2018 20:31:46 +0000
Subject: [PATCH] Fix executable name in desktop file
---
gui/resources/solarus.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/resources/solarus.desktop b/gui/resources/solarus.desktop
index 65b456cd7..1ef10c7c6 100644
--- a/gui/resources/solarus.desktop
+++ b/gui/resources/solarus.desktop
@@ -4,7 +4,7 @@ Type=Application
Name=Solarus Quest Launcher
GenericName=Topdown 2D adventure game
Comment=A graphical user interface to organize and play quests for the Solarus engine
-Exec=solarus
+Exec=solarus-launcher
Icon=solarus
Terminal=false
StartupNotify=true
--
2.18.1