https://bugs.kde.org/show_bug.cgi?id=441005
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kwindowsystem/commit | |/8bba48ba30009713f54990d880 | |a4e0e4513386a4 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #9 from Nate Graham <n...@kde.org> --- Git commit 8bba48ba30009713f54990d880a4e0e4513386a4 by Nate Graham, on behalf of Ismael Asensio. Committed on 27/08/2021 at 16:22. Pushed by ngraham into branch 'master'. Read uncomplete WM_CLASS string While X.org spec tells that WM_CLASS must contain two null-terminated strings (the instance and the class), some thrid party applications may not fully comply with this. In that case, use the single string provided for both fields: `resourceName` and `resourceClass`, instead of leaving them empty. Those fields having the same string is fairly common also on well-behaved apps. M +3 -0 src/platforms/xcb/netwm.cpp https://invent.kde.org/frameworks/kwindowsystem/commit/8bba48ba30009713f54990d880a4e0e4513386a4 -- You are receiving this mail because: You are watching all bug changes.