https://bugs.kde.org/show_bug.cgi?id=508614
--- Comment #8 from Ismael Asensio <[email protected]> --- Thanks! That is quite useful at least to follow-up the chain of events > I do not have four weather widgets, so the presence of four copies of this > config data is unusual to me. I have one widget, in the System Tray. For regular containments, the id of the included applets are stored in the config, as the can be customly placed by the user, for instance this would be the list of applets contained in my panel [Containments][1184][General] AppletOrder=568;224;544;213;214;193;577;225;573;592;511;6;370;258;578 But on the tray configuration ([Containments][1184][Applets][1349][General]) we don't store an id list, but a list of known named plugins (ex. `org.kde.plasma.weather`) So in some sense, it is like the system tray is "creating" those "new" applets though. Or more likely, failing at find the previous config id for the weather applet, and creating a new one. My guess is that the applet is somehow trying to access the config group before the actual groups are loaded, which results in creating a new group, instead of reusing the already saved. -- You are receiving this mail because: You are watching all bug changes.
