https://bugs.kde.org/show_bug.cgi?id=462760
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.27.5 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/85 | |37e82c4f4215f83a525719da889 | |b7a60f4112d Status|ASSIGNED |RESOLVED --- Comment #4 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 8537e82c4f4215f83a525719da889b7a60f4112d by Fushan Wen, on behalf of Nate Graham. Committed on 21/04/2023 at 14:58. Pushed by fusionfuture into branch 'master'. applets/taskmanager: fix tooltip text with custom window title The logic here makes an assumption that the window title will always be in the form of "[window title] — [app name] [optional KWin numerical suffix]" which is not always the case, and breaks when this assumption is not met. Exceptions to that pattern used to be rare, but now we are doing it in several of our own apps, and it's also possible for users to set custom titles in Chromium, so it's not so rare anymore. To handle this case, add an early return that handles the custom window title. FIXED-IN: 5.27.5 M +8 -0 applets/taskmanager/package/contents/ui/ToolTipInstance.qml https://invent.kde.org/plasma/plasma-desktop/commit/8537e82c4f4215f83a525719da889b7a60f4112d -- You are receiving this mail because: You are watching all bug changes.