-
Notifications
You must be signed in to change notification settings - Fork 547
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
OpenShot icon is wrong under KDE Plasma Wayland session #1112
Comments
@glaubersm - Confirmed. Thanks. |
I think that this could be related to a similar issue I have when using the Sway compositor. I tried on the following PyQt program and the app_id value in Sway is effectively set to "foobar":
So for Openshot, the desktopFilename property should be set to "org.openshot.OpenShot" (or "openshot-qt" in older versions). |
I patched my local version of openshot 2.4.3 (Debian) by inserting a call to |
@schauveau Hmm, thanks for the info. Only downside to that solution is, |
I'm wondering if we can maybe just get away with calling PR #3354 adds in both a |
The Wayland app_id property is documented here https://cgit.freedesktop.org/wayland/wayland-protocols/tree/stable/xdg-shell/xdg-shell.xml#n631 What I can also tell you is that Also, be aware that in Wayland, the window decorations can be drawn either by the compositor or by the application (client side decoration). So it seems to me that |
@schauveau *nod* That's the essence of my #3354 patch. Except, of course, So, all in all it sounds like we should be covered. |
This bug persists with daily build installed on neon unstable via PPA repo. |
@glaubersm The (Well, they were suspected of doing so, anyway. Under Windows, strangely enough. Didn't sound right to me, but I wasn't invested enough to argue.) Afraid this is a #wontfix at this point. It's just... not that big a deal, really. |
maybe the following link can help https://community.kde.org/Guidelines_and_HOWTOs/Wayland_Porting_Notes#Application_Icon |
System Details:
Issue Description and steps to reproduce:
openshot shows generic Wayland icon instead its own icon when running under KDE Plasma Wayland session.
start KDE Plasma Wayland session
open openshot
The text was updated successfully, but these errors were encountered: