https://bugs.kde.org/show_bug.cgi?id=471048
--- Comment #2 from alexandermoen...@gmail.com --- (In reply to Nate Graham from comment #1) > Can you expand a bit on this to help us understand why this is a problem and > why it should be solved with a change in KDE code? Sure, at least to me, the background color value in the color scheme selected by the user and the value reported to other programs seem like they should be two separate values. Because other programs determine what color scheme they use from the theme files instead of a separate setting, they are effectively determining what the user wants in one case from what they want in another. I think that an implementation similar to that of the gtk desktop portal is better for the user here, as it reads a separate value from gsettings that can be manually set by the user if needed. Because in both cases the resulting value for the users preferred color scheme is emitted from the desktop portal, the only equivalent solution would be to implement a similar "manual override" in the KDE desktop portal. -- You are receiving this mail because: You are watching all bug changes.