https://bugs.kde.org/show_bug.cgi?id=402139
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- >These should not be there and I don't know how they get in there. These keys presumably exist in the global defualts (probably /etc/kde5rc) Our code must be wiping the group. KConfig writes adds a marker rather than deleting the local entry so that it knows to override them with the face that they're deleted. We probably want: KConfig cfg("kwinrulesrc", NoGlobals); Which I can do now. Though fixing this won't apply retro-actively to broken configs. -- You are receiving this mail because: You are watching all bug changes.