https://bugs.kde.org/show_bug.cgi?id=438273
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.p...@enioka.com --- Comment #13 from Nate Graham <n...@kde.org> --- Ben I see that this "kdedefaults" folder support was added in https://invent.kde.org/plasma/plasma-workspace/-/commit/0d0bca58cfd6dcdba6bb12f8f69d7b0f7d9e1b69. Unfortunately this causes the problem here because ~/.config/kdedefaults/kdeglobals is preferred over ~/.config/kdeglobals anytime something opens kdeglobals, which can cause config data to be read from that file instead. There might be a KConfig bug here in that key=value from ~/.config/kdedefaults/kdeglobals is read when key=[$d] from ~/.config/kdeglobals exists, but it should not be. Ben, can you take a look? -- You are receiving this mail because: You are watching all bug changes.