https://bugs.kde.org/show_bug.cgi?id=514823
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/libplasma/-/commit/4e6fc |ma/libplasma/-/commit/79ede |08fa6c567ddd90ab86b32074f28 |d1b4a62c31103424be0c6196859 |352d53ec |4945d602 --- Comment #6 from Nate Graham <[email protected]> --- Git commit 79eded1b4a62c31103424be0c61968594945d602 by Nate Graham. Committed on 22/01/2026 at 20:48. Pushed by ngraham into branch 'Plasma/6.5'. configview: Don't manually cleanup the root item In ConfigView we create the root object explicitly from C++. Then in turn creates and loads other objects through the engine. During shutdown we delete the root object. This does not delete all children, anything else owned by the engine are all set to invisible. This causes objects to be re-evaluating a lot of tasks during the shutdown which opens up a lot of potential problems. We can simplify things by making the engine cleanup the root object too making destruction cleaner. (cherry picked from commit 914deec849bc0aac2970ecd709ac107c625da517) Co-authored-by: David Edmundson <[email protected]> M +2 -1 src/plasmaquick/configview.cpp https://invent.kde.org/plasma/libplasma/-/commit/79eded1b4a62c31103424be0c61968594945d602 -- You are receiving this mail because: You are watching all bug changes.
