https://bugs.kde.org/show_bug.cgi?id=462760
Fushan Wen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/85 |ma/plasma-desktop/commit/62 |37e82c4f4215f83a525719da889 |6167b3c7be11afa35dd0d5ecbdf |b7a60f4112d |df37a1ef897 --- Comment #5 from Fushan Wen <[email protected]> --- Git commit 626167b3c7be11afa35dd0d5ecbdfdf37a1ef897 by Fushan Wen, on behalf of Nate Graham. Committed on 21/04/2023 at 15:01. Pushed by fusionfuture into branch 'Plasma/5.27'. 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 (cherry picked from commit 8537e82c4f4215f83a525719da889b7a60f4112d) M +8 -0 applets/taskmanager/package/contents/ui/ToolTipInstance.qml https://invent.kde.org/plasma/plasma-desktop/commit/626167b3c7be11afa35dd0d5ecbdfdf37a1ef897 -- You are receiving this mail because: You are watching all bug changes.
