https://bugs.kde.org/show_bug.cgi?id=370143
--- Comment #6 from Adrian Piotrowicz <nex...@nxstudio.pl> --- So... I've done some testing/observations on ".config/plasma-org.kde.plasma.desktop-appletsrc" file. I've created a simple reader for that file which creates JSON data from it's contents and I've noticed that after each reboot plasma adds a new 'Containment' to that config. Situation changes after calling "kquitapp5 plasmashell && kstart5 plasmashell" which I'm using to sanitize plasma. After first call after reboot Plasma adds another Containment in that config. After second call Plasma removes two Containments from that config. And here is what is odd - Plasma removes not those two newly created Containments but rather two previous (leaving newest one). Numbers will be easier: I've got few Containments and highest number is 61 FULL REBOOT Plasma adds Containment 62 "kquitapp5 plasmashell && kstart5 plasmashell" Plasma adds Containment 63 "kquitapp5 plasmashell && kstart5 plasmashell" Plasma removes Containment 61 & 62 "kquitapp5 plasmashell && kstart5 plasmashell" * N Situation is stable - no changes to configuration file FULL REBOOT Plasma adds Containment 64 "kquitapp5 plasmashell && kstart5 plasmashell" Plasma adds Containment 65 "kquitapp5 plasmashell && kstart5 plasmashell" Plasma removes Containment 63 & 64 "kquitapp5 plasmashell && kstart5 plasmashell" * N Situation is stable - no changes to configuration file This situation is under 3 monitor setup. -- You are receiving this mail because: You are watching all bug changes.