https://bugs.kde.org/show_bug.cgi?id=357400
Friedrich W. H. Kossebau changed:
What|Removed |Added
CC||kosse...@kde.org
--- Comment #1 from Friedrich W. H. Kossebau ---
Same here, Plasma 5.5.5.
Not all grouped windows are shown with executable-like name though, seems there
is some pattern: qt5/kf5 ones/libreoffice have executable-like name, kdelibs4
ones/firefox/gimp have display name like strings.
There is some correlation with the second string of the WM_CLASS property of
the windows and the string shown for the grouped windows:
WM_CLASS(STRING) = "assistant-qt5", "assistant-qt5" -> "assistant-qt5"
WM_CLASS(STRING) = "kate", "kate" -> "kate"
WM_CLASS(STRING) = "konsole", "konsole" -> "konsole"
WM_CLASS(STRING) = "libreoffice", "libreoffice-writer" -> "libreoffice-writer"
vs.
WM_CLASS(STRING) = "konqueror", "Konqueror" -> "Konqueror"
WM_CLASS(STRING) = "Navigator", "Firefox" -> "Firefox"
WM_CLASS(STRING) = "gimp-2.8", "Gimp-2.8" -> "Gimp-2.8"
--
You are receiving this mail because:
You are watching all bug changes.