Changing StartupWMClass#1996
Conversation
|
Why is it incorrect? |
KDE allows you to discover the WMClass of the window by using the window properties detection function (I don't know exactly what this is called in English), which shows |
|
Are you on Xorg? In the Wayland session, "xprop WM_CLASS" doesn't work. When using the KDE function in the Xorg session, it says that WMClass is "Strawberry," but DEs are migrating to Wayland, so I imagine it doesn't make much sense to continue using Xorg's WMClass. |
|
I added StartupWMClass because of issue #305, if we change this we need to be sure it still works with X11. What's changing StartupWMClass fixing? |
|
From what I've seen, Elisa uses StartupWMClass=elisa, but in Wayland the WMClass is org.kde.elisa. It would be better if they used the Wayland WMClass. If the DEs/compositors use the WMClass information from the .desktop, this difference between the .desktop WMClass and the actual WMClass can cause problems involving icons and pinned apps. |
|
Guys, please make sure the change doesn't affect the functionality on Wayland and try to not focus too much on X, that will be abandoned starting with Plasma 6.8: |
The previous StartupWMClass was incorrect.