https://bugs.kde.org/show_bug.cgi?id=378152
Mariusz Glebocki <m...@arccos-1.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |regression Status|REPORTED |CONFIRMED CC| |m...@arccos-1.net --- Comment #2 from Mariusz Glebocki <m...@arccos-1.net> --- Still happens on master. For me, selecting "semicondensed" makes Konsole use some variant with square characters, but it is also wrong. Few observations: * The font preview (the one with font name) in profile settings (not font selection window): - uses right variant just after selection - uses "regular" after Konsole restart - this applies to all variants, not only SC * The config stores "Font=Fixed [Misc],10,-1,5,57,0,0,0,0,0,SemiCondensed", which looks OK. So we have a problem with loading font from config + regression which makes SemiCondensed variant not available in TerminalDisplay. To anyone who wants to test it: If you dont see 'fixed' font, try enabling bitmap fonts: mkdir -p ~/.config/fontconfig/conf.d cat > ~/.config/fontconfig/conf.d/69-fixed-bitmaps.conf <<EOF <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Enabled Fixed bitmap fonts --> <selectfont> <acceptfont> <pattern> <patelt name="family"> <string>Fixed</string> </patelt> </pattern> </acceptfont> </selectfont> </fontconfig> EOF -- You are receiving this mail because: You are watching all bug changes.