Skip to content
New issue

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

[BUG]: AppRun.wrapped appearing as App Name #12289

Open
alexknop opened this issue Feb 9, 2025 · 3 comments · May be fixed by #12290 or #12328
Open

[BUG]: AppRun.wrapped appearing as App Name #12289

alexknop opened this issue Feb 9, 2025 · 3 comments · May be fixed by #12290 or #12328

Comments

@alexknop
Copy link

alexknop commented Feb 9, 2025

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:

Image

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"

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

Image

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

@TheTechnician27
Copy link
Contributor

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.

@kamfretoz
Copy link
Contributor

Image works fine on KDE, although i wouldn't be surprised if its GNOME only

@TheTechnician27
Copy link
Contributor

pcsx2-qt.desktop

Preliminarily, it seems like we set it correctly but that AppRun changes it while we're using it to build the AppImage.

@GovanifY GovanifY linked a pull request Feb 19, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants