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

--- Comment #27 from Harald Sitter <sit...@kde.org> ---
The KCM currently never writes the RGB setting from what I can tell. Culprit is
FontAASettingsStore which seems to never set m_subPixelChanged and thus never
syncs it into the Config object for writing to disk. Which in the end means the
setting is just never added to the user config.

At a glance m_hintingChanged may have the same problem, not sure if there's a
bug report about hinting possibly also not applying. @Nate?

Both only apply if and only if the config replicated by
https://bugs.kde.org/show_bug.cgi?id=432539 don't already contain the setting.
IOW if the config file already has a value it will get updated, if it doesn't
it never gets added to the file because of the bug in the SettingsStore.

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

Reply via email to