https://bugs.kde.org/show_bug.cgi?id=389598
Bhushan Shah <bhus...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-desktop/a24867873952378 | |4aa55279ba67b5949a394cc66 Status|REOPENED |RESOLVED --- Comment #5 from Bhushan Shah <bhus...@gmail.com> --- Git commit a248678739523784aa55279ba67b5949a394cc66 by Bhushan Shah. Committed on 23/05/2019 at 08:42. Pushed by bshah into branch 'bshah/fixup-fonts'. Make slight/rgb the default option Medium hinting and None subpixel rendering was default options added when we used Oxygen fonts, however freetype recommends slight hinting as seen in this blog post from 2015 [1]. Also RGB hinting is most-recommended over the None. See linked bug report as well. [1] https://www.freetype.org/freetype2/docs/text-rendering-general.html M +4 -4 kcms/fonts/fonts.cpp M +2 -2 kcms/krdb/krdb.cpp https://commits.kde.org/plasma-desktop/a248678739523784aa55279ba67b5949a394cc66 --- Comment #6 from Bhushan Shah <bhus...@gmail.com> --- Git commit bbe55f7580b52524fd324bb684a71204efe2854d by Bhushan Shah. Committed on 23/05/2019 at 08:42. Pushed by bshah into branch 'bshah/fixup-fonts'. Set defaults for anti-aliasing using the krdb We used to write a configuration for the anti-aliasing using the startkde script, startkde script would write to kdeglobals and then read this configuration in the krdb. This had un-intended side-effect of $XDG_CONFIG_DIRS/kdeglobals settings or settings set by ~/.config/fontconfig/fonts.conf not being used. D21335 fixes this by not writing to kdeglobals anymore, this transfers the defaults used by startkde here. Related: bug 407754 M +16 -25 kcms/krdb/krdb.cpp https://commits.kde.org/plasma-desktop/bbe55f7580b52524fd324bb684a71204efe2854d -- You are receiving this mail because: You are watching all bug changes.