[plasmashell] [Bug 357400] Grouped tasks show executable name instead of pretty name

2016-06-16 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357400

Eike Hein  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Eike Hein  ---
This is fixed in the new Task Manager backend shipping with Plasma 5.7.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 357400] Grouped tasks show executable name instead of pretty name

2016-04-03 Thread Friedrich W . H . Kossebau via KDE Bugzilla
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.