https://bugs.kde.org/show_bug.cgi?id=404641
--- Comment #6 from Marco Martin <notm...@gmail.com> --- Git commit f75b13d545c9c6d69c3ad357818adf2b0344a13d by Marco Martin. Committed on 29/11/2024 at 13:59. Pushed by mart into branch 'master'. Systray: Clean up leaking systrays Since removing a systray container didn't use to remove the internal systray containment and all its applets, after a while especially if default panels are added and removed often, the applet config file becomes full of orphaned systray containments that just take up resources and cause misbehaviors This destroys on startup all org.kde.plasma.private.systray that are not associated with a particular org.kde.plasma.systray here went from an appletsrc config file of almost 7000 lines to under 1000 Related: bug 472937 M +47 -0 applets/systemtray/container/systemtraycontainer.cpp M +1 -0 applets/systemtray/container/systemtraycontainer.h https://invent.kde.org/plasma/plasma-workspace/-/commit/f75b13d545c9c6d69c3ad357818adf2b0344a13d -- You are receiving this mail because: You are watching all bug changes.