mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
[#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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user