By default KDE synchronises its color scheme with Xresources, leading to for example uxterm getting the default white background. Unchecking that checkbox does not disable this (even after a reboot). Reproducible: Always
i have the same results with kubuntu raring and 4.11.2 packages
I'm seeing the bug in Kubuntu 14.04 (KDE 4.13.0) Renders some non-KDE applications unusable.
Created attachment 87024 [details] patch if someone could test the attached patch it would be great.
I had this issue, but with plasma-5.2.0. Turned out to be a shortcoming in the way kde handles .Xresources. I seperated out my color settings into an own file (to be able to easily change them) and simply #include one in .Xresources. krdb does not like that as it looks. I think a way to fix this might be to not read the file .Xresources but to get the settings by running xrdb -query. That way xrdb does the work of correctly parsing its own config, and KDE user get what they configured ;)
Looks like this is fixed.