Bug 230206 - droid sans mono font cause a bad viewing of some programs (like ls). The words are blended
Summary: droid sans mono font cause a bad viewing of some programs (like ls). The word...
Status: RESOLVED DUPLICATE of bug 233694
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.4.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 16:09 UTC by Matteo De Carlo
Modified: 2011-08-27 00:45 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo De Carlo 2010-03-10 16:09:19 UTC
Version:           2.4.1 (using 4.4.1 (KDE 4.4.1), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.31-20-generic

I have installed from other packages (I'm using kubuntu 9.10) the droid font. But i cannot use them with the console because is displayed like this on my pc.
http://img189.imageshack.us/img189/8387/bugkonsole.png
while it should look like this
http://img39.imageshack.us/img39/8655/bugkonsole1.png

It make this bug with a lot of different programs, not only ls
Comment 1 Andreas Ntaflos 2010-03-22 20:20:56 UTC
I can confirm this. No idea if it is Konsole or if the fonts themselves are messed up but it is indeed a problem.

Using Kubuntu 9.10 with KDE 4.4.1 as well. Anything more we can do to help debug this?
Comment 2 Nikos Alexandris 2010-03-25 20:24:22 UTC
New KDE user/tester here ( using Kubuntu 9.10, 64-bit, KDE 4.4.1 :-).

I can confirm this bad appearance too. I use Droid Sans Mono, 8pt and after unsuccessfully playing around with setting the DPI, anti-aliasing and hinting options, I gave up.

Under Gnome I never had this problem (but I had set DPI to 92). Don't know if this is relevant.

Nikos
Comment 3 Nikos Alexandris 2010-03-25 20:35:01 UTC
Seems this goes away if font size is >8pt _or_ the Smooth option is deactivated (under: Settings > Edit (Current) Profile > Appearance > []Smooth).
Comment 4 Andreas Ntaflos 2010-03-25 20:49:00 UTC
Hm, sorry, but I can *not* confirm that the problem goes away by increasing the font size or turning off the Smooth option. It remains the same, only larger and uglier :) Playing around with DPI settings also didn't help.

I haven't restarted KDE, though, after changing any settings, maybe that would have made a difference.
Comment 5 Nikos Alexandris 2010-03-25 21:55:02 UTC
Sorry too, I can't reproduce this (with larger font size) again.

However, I think I understand (a bit more) now: I have (under bash) --color=auto and I see that it happens mostly (only?) with color-text. Can you confirm that?

Nikos
Comment 6 Nikos Alexandris 2010-03-25 22:15:46 UTC
OK,

it happens with *bold* fonts in my system. Relevant stuff:

* the "LS_COLORS" variable
* dircolors

So the question is perhaps: why are bold fonts not "rendered" correctly?
Comment 7 Nikos Alexandris 2010-03-25 22:29:11 UTC
Try to change all bold fonts to normal with this (in case you also use --color=auto):

eval "$(dircolors -b | tr "01" "00")"

Then check "ls -lah" or similar again. All looks fine, doesn't it? Revert back with:

eval "$(dircolors -b)"
Comment 8 Andreas Ntaflos 2010-03-25 22:58:47 UTC
Correct, it seems to be bold-faced Droid fonts that don't present correctly in Konsole. Well observed.

Now, is Konsole to blame or did Ubuntu fubar the fonts? That's the question.
Comment 9 pchidamb 2010-04-15 17:45:25 UTC
I am seeing this on Konsole on KDE 4.4.2 on Ubuntu with Aurulent Sans font as well. Anonymous Pro seems to be a little better at the bold fonts. Seems like QT somehow messed up this on 4.6.
Comment 10 Jekyll Wu 2011-08-27 00:45:12 UTC

*** This bug has been marked as a duplicate of bug 233694 ***