https://bugs.kde.org/show_bug.cgi?id=504455
--- Comment #7 from Arjen Hiemstra <ahiems...@heimr.nl> --- (In reply to Schlaefer from comment #2) > But I noticed some serious GUI stutter, like something is choking in the > background. So I thought let's check if something throws and error on the > CLI, and also record it. So that got me something interesting: It failed for > another 2 times and worked after the 3rd try. > > Now `~/.local/share/plasma-systemmonitor/old-overview.page` is gone too. > This was the content before it got removed: https://pastebin.com/uuMRDH27 One possibility is that without the above changes, the in-memory version of the page would still be written to disk on application quit, which would mean the old page would return on next startup. With the changes above it should now disappear as soon as you reset the page, which should also mean it no longer exists in memory and won't return. -- You are receiving this mail because: You are watching all bug changes.