[#969] Fixes linux AppImage

StartupWMClass matches what SDL reports: AppRun execs bin/love, so the
window's WM_CLASS / Wayland app_id is "love" and without this the taskbar
entry never resolves back to this desktop file (no name, no icon).
This commit is contained in:
steve1337
2026-08-08 14:48:17 +07:00
parent cab62ff7b3
commit 0afce96c8d
2 changed files with 38 additions and 6 deletions
+1
View File
@@ -369,6 +369,7 @@ Name=gen1recomp
Comment=Pokémon Gen 1 recompilation
Exec=$APP_NAME
Icon=$APP_NAME
StartupWMClass=love
Categories=Game;
Terminal=false
EOF