From e72e3b89fd1c3da1cd146828f1d5b44139a65645 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Mon, 5 Jan 2026 17:39:20 -0300 Subject: [PATCH 1/2] Fix Exec command in Dhewm3 desktop entry Removed unnecessary escape characters from Exec line. When launching the game, it would stop at console with unknown command and wouldn't allow to user go further to the main menu --- dist/linux/share/applications/org.dhewm3.Dhewm3.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/linux/share/applications/org.dhewm3.Dhewm3.desktop b/dist/linux/share/applications/org.dhewm3.Dhewm3.desktop index 5deeee457..c33870343 100644 --- a/dist/linux/share/applications/org.dhewm3.Dhewm3.desktop +++ b/dist/linux/share/applications/org.dhewm3.Dhewm3.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Comment=dhewm 3 is a Doom 3 GPL source port Categories=Game;Shooter; -Exec=dhewm3 "\\$@" +Exec=dhewm3 Icon=org.dhewm3.Dhewm3 Name=Dhewm3 StartupNotify=true From ab54cf26467ac25e6de4d8a86b1faa68b06cb625 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Mon, 5 Jan 2026 17:39:33 -0300 Subject: [PATCH 2/2] Update org.dhewm3.Dhewm3.d3xp.desktop When launching the game, it would stop at console with unknown command and wouldn't allow to user go further to the main menu --- dist/linux/share/applications/org.dhewm3.Dhewm3.d3xp.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/linux/share/applications/org.dhewm3.Dhewm3.d3xp.desktop b/dist/linux/share/applications/org.dhewm3.Dhewm3.d3xp.desktop index 7b40830b6..314dde649 100644 --- a/dist/linux/share/applications/org.dhewm3.Dhewm3.d3xp.desktop +++ b/dist/linux/share/applications/org.dhewm3.Dhewm3.d3xp.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Comment=dhewm 3 is a Doom 3 GPL source port Categories=Game;Shooter; -Exec=dhewm3 +set fs_game d3xp "\\$@" +Exec=dhewm3 +set fs_game d3xp Icon=org.dhewm3.Dhewm3 Name=Dhewm3 XP StartupNotify=true