[Konsole-devel] [Bug 226308] konsole renders coloured files bold/illegible

Carsten Gräser graeser at math.fu-berlin.de
Thu Feb 3 21:29:11 UTC 2011


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


Carsten Gräser <graeser at math.fu-berlin.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graeser at math.fu-berlin.de




--- Comment #46 from Carsten Gräser <graeser math fu-berlin de>  2011-02-03 22:29:07 ---
A possible workaround is to disable embolding in your local .fonts.conf e.g.
for Inconsolata by adding the following configuration and recreating the font
cache using 'fc-cache -f' :

    <match target="font">
        <test name="family">
            <string>Inconsolata</string>
        </test>
        <!-- check to see if the font is just regular -->
        <test name="weight" compare="less_eq">
            <const>medium</const>
        </test>
        <!-- check to see if the pattern requests bold -->
        <test target="pattern" name="weight" compare="more">
            <const>medium</const>
        </test>
        <!--
          set the embolden flag
          needed for applications using cairo, e.g. gucharmap, gedit, ...
        -->
        <edit name="embolden" mode="assign">
            <bool>false</bool>
        </edit>
        <!--
         set weight to bold
         needed for applications using Xft directly, e.g. Firefox, ...
        -->
        <edit name="weight" mode="assign">
            <const>bold</const>
        </edit>
    </match>

-- 
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