https://bugs.kde.org/show_bug.cgi?id=481551
Arjen Hiemstra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libksysguard/-/commit/96 | |cd4ed58e984fc1f2125c63b0e93 | |dea8c427c48 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Arjen Hiemstra <[email protected]> --- Git commit 96cd4ed58e984fc1f2125c63b0e93dea8c427c48 by Arjen Hiemstra. Committed on 24/10/2024 at 10:02. Pushed by ahiemstra into branch 'master'. processcore: Make ApplicationDataModel aggregate similar CGroups into one entry This changes ApplicationDataModel to aggregate similar CGroups into one application entry. The primary motivation for this is that a single Flatpak application instance may spawn several separate CGroups that we would list as separate applications before this change, but which logically belong to the same application. Upstream has indicated this behaviour is intentional and seems to have no inclination on adding anything to allow us to identify these cases, so we are left with just merging everything. This is also slightly more aggressive in filtering out some things that are currently listed but aren't really applications, most notably some D-Bus autostarted applications. M +99 -5 processcore/application_data_model.cpp M +23 -0 processcore/application_data_model.h https://invent.kde.org/plasma/libksysguard/-/commit/96cd4ed58e984fc1f2125c63b0e93dea8c427c48 -- You are receiving this mail because: You are watching all bug changes.
