[Konsole-devel] [Bug 217700] fixed fonts renders badly in konsole since KDE > 4.3.3

Bodo Eggert 7eggert at gmx.de
Wed May 12 17:34:06 UTC 2010


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


Bodo Eggert <7eggert at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |7eggert at gmx.de




--- Comment #22 from Bodo Eggert <7eggert gmx de>  2010-05-12 19:34:02 ---
I've resolved the issue: konsole can obviously not handle space characters in
font names. I renamed the "misc console" font to "console", and now I'm happy
again.

I used the fontconfig file below to rename the font:

---begin /etc/local.conf---
<fontconfig>
 <dir>/usr/share/apps/konsole/fonts</dir>

<match target="font">
 <test name="family">
 <string>Misc Console</string>
 </test>
 <edit name="hinting">
 <bool>false</bool>
 </edit>
 <edit name="family">
 <string>Console</string>
 </edit>
</match>

<alias>
        <family>Console</family>
        <prefer><family>Misc Console</family></prefer>
        <default><family>monospace</family></default>
</alias>

</fontconfig>
---end /etc/local.conf---

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list