[Konsole-devel] [Bug 233694] When using Microsoft TrueType fonts in konsole output is often truncated

Tom Schumm gentoo at phong.org
Sun May 16 23:06:28 UTC 2010


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





--- Comment #6 from Tom Schumm <gentoo phong org>  2010-05-17 01:06:27 ---
It seems there may be several related bug filings/dups (#213857, #217700,
#226308, #230206, #233694). Through some trial and error I managed a workaround
using .fonts.conf to just completely disable bolding of the my choice of
console font:

  <match target="pattern">              
    <test name="family" qual="any">
      <string>AndaleMono</string>
    </test>
    <edit mode="assign" name="weight">
      <const>medium</const>
    </edit>
    <edit mode="assign" name="embolden">
      <bool>false</bool>
    </edit>
  </match>

Obviously, you'll want to substitute in whatever font you're using in Konsole.
Obviously, this will disable bolding of that font *everywhere*, but it's worth
it to get Konsole functioning again!

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