https://bugs.kde.org/show_bug.cgi?id=501471
--- Comment #2 from Artashes Gyoletsyan <[email protected]> --- Hi, (In reply to Nate Graham from comment #1) > I can't reproduce this on git master. > > Does it still happen with the default Breeze plasma theme? Have you changed > any global font settings? I have reinstalled my linux and plasma so I can't provide any new information (The bug is now gone). If I recall correctly, the plasma theme didn't have any effect, however I have edited the .config/fontconfig/fonts.conf to overwrite fonts as follows (on my current install the bug doesn't show up with this config file) <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <alias> <family>sans</family> <prefer> <family>Noto Sans Armenian</family> <family>Noto Sans</family> </prefer> <family>serif</family> <prefer> <family>Noto Serif Armenian</family> <family>Noto Serif</family> </prefer> </alias> <match target="font"> <edit mode="assign" name="rgba"> <const>rgb</const> </edit> </match> <match target="font"> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> </match> <match target="font"> <edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit> </match> <match target="font"> <edit mode="assign" name="antialias"> <bool>true</bool> </edit> </match> </fontconfig> Sorry that I can't provide any more information -- You are receiving this mail because: You are watching all bug changes.
