https://bugs.kde.org/show_bug.cgi?id=438273

--- Comment #9 from Nate Graham <n...@kde.org> ---
Plot twist: it looks like another element of it--or maybe all of it--is where
KWin opens kdeglobals to read the active color scheme in abstract_client.cpp.
It asks for kdeglobals wich makes use of the cascade config system.

In my case, I have a kdeglobals file located at
~/.config/kdedefaults/kdeglobals which has color data in it for Breeze Light.
~/.config/kdedefaults takes precedence over ~/.config/, so when KWin says, "yo,
give me kdeglobals" it gets the data from ~/.config/kdedefaults/kdeglobals
first. And that config file has a color scheme with header colors in it, so if
~/.config/kdeglobals specifies a color scheme without header colors, they get
inherited automatically from ~/.config/kdedefaults/kdeglobals, if they exist
there.

Removing ~/.config/kdedefaults/kdeglobals fixes the bug for me, though I'm
still trying to figure out where it comes from.

For anyone else affected, do you also have a file at
~/.config/kdedefaults/kdeglobals which includes color data for a color scheme
with header colors in it?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to