[systemsettings] [Bug 416140] Sub-pixel font rendering shows "RGB" in the KCM, but is not actually applied

Harald Sitter bugzilla_noreply at kde.org
Fri Feb 5 16:57:39 GMT 2021


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

--- Comment #27 from Harald Sitter <sitter at 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 the assignee for the bug.
You are on the CC list for the bug.


More information about the Unassigned-bugs mailing list