https://bugs.kde.org/show_bug.cgi?id=508716
Christoph Cullmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/konsole/-/commit/78b2 | |f295fb6b3968ba979331396507e | |6ba57e366 Resolution|DOWNSTREAM |FIXED --- Comment #3 from Christoph Cullmann <[email protected]> --- Git commit 78b2f295fb6b3968ba979331396507e6ba57e366 by Christoph Cullmann, on behalf of Arjen Hiemstra. Committed on 09/09/2025 at 07:36. Pushed by cullmann into branch 'master'. Inherit parent's app ID when creating a new cgroup for tabs When creating a cgroup for a tab, we would use a hardcoded string as cgroup name that included `org.kde.konsole` as app ID. This leads to tabs incorrectly being attributed to Konsole in System Monitor's application page, even if the tab is actually embedded in a different application such as Kate. Instead of hardcoding the app ID, use the application's desktop file name, so that if we lookup the app ID from a cgroup name, we get back to the original application instead of Konsole. M +5 -1 src/ProcessInfo.cpp https://invent.kde.org/utilities/konsole/-/commit/78b2f295fb6b3968ba979331396507e6ba57e366 -- You are receiving this mail because: You are watching all bug changes.
