We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When launching the AppImage in GNOME, the app is showing up with a default icon and an app name of AppRun.wrapped:
When running the appimage I ran this command while using the application and got this result:
alex@fedora:$ xprop WM_CLASS WM_CLASS(STRING) = "AppRun.wrapped", "AppRun.wrapped"
alex@fedora:$ xprop WM_CLASS
WM_CLASS(STRING) = "AppRun.wrapped", "AppRun.wrapped"
So I extracted the apk and modified the .desktop file inside to use this line:
StartupWMClass=AppRun.wrapped
and recompiled the AppImage. Now it's working
Using Fedora 41, GNOME 47
Download AppImage and run.
No response
2.3.146
Linux (64bit) - Specify distro below
Fedora 41
The text was updated successfully, but these errors were encountered:
Appears to be GNOME-specific (or at least doesn't affect KDE), since it appears for me as 'PCSX2' with the correct icon on Manjaro KDE 6.25.
Sorry, something went wrong.
works fine on KDE, although i wouldn't be surprised if its GNOME only
Preliminarily, it seems like we set it correctly but that AppRun changes it while we're using it to build the AppImage.
Successfully merging a pull request may close this issue.
Describe the Bug
When launching the AppImage in GNOME, the app is showing up with a default icon and an app name of AppRun.wrapped:
When running the appimage I ran this command while using the application and got this result:
So I extracted the apk and modified the .desktop file inside to use this line:
StartupWMClass=AppRun.wrapped
and recompiled the AppImage. Now it's working
Reproduction Steps
Using Fedora 41, GNOME 47
Download AppImage and run.
Expected Behavior
No response
PCSX2 Revision
2.3.146
Operating System
Linux (64bit) - Specify distro below
If Linux - Specify Distro
Fedora 41
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered: