https://bugs.kde.org/show_bug.cgi?id=447016
--- Comment #3 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit eda364f0060e3bf24e68c9cb1f3dd68543281af3 by Fushan Wen. Committed on 29/12/2021 at 15:19. Pushed by fusionfuture into branch 'master'. taskmanager: Check hasPlayer individually in grouped task tooltips 1. Copy `mprisSourceName`, `playerData` and `hasPlayer` to ToolTipInstance.qml, and add a new property named `appPid` to get individual PID of a task in grouped task tooltips. 2. Modify `sourceNameForLauncherUrl()`: First match PID, if PID match fails, fallback to desktopFileName match. M +1 -0 applets/taskmanager/package/contents/ui/ToolTipDelegate.qml M +4 -0 applets/taskmanager/package/contents/ui/ToolTipInstance.qml M +12 -2 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/eda364f0060e3bf24e68c9cb1f3dd68543281af3 -- You are receiving this mail because: You are watching all bug changes.