GNOME Bugzilla – Bug 540467
in ko_KR.UTF-8, monospace has Korean font glyph on gnome-terminal.
Last modified: 2012-10-10 13:04:30 UTC
Please describe the problem: $ LANG=en_US.UTF-8 fc-match monospace DejaVuLGCSansMono.ttf: "DejaVu LGC Sans Mono" "Book" $ LANG=ko_KR.UTF-8 fc-match monospace malgun.ttf: "Malgun Gothic" "Regular" <- Korean default font. Select monospace on gnome-terminal Profile Preference-> monospace has Korean font glyph on gnome-terminal. Steps to reproduce: 1. Select monospace on gnome-terminal. 2. 3. Actual results: Expected results: Does this happen every time? yes, always. Other information: See Also : https://bugzilla.redhat.com/show_bug.cgi?id=428389 fontconfig-2.6.0-2.fc10.i386 libXft-2.1.12-5.fc9.i386 vte-0.16.14-1.fc10.i386 gnome-terminal-2.23.4.2-1.fc10.i386
Can you confirm that running with VTE_BACKEND=pango "fixes" it?
(In reply to comment #1) > Can you confirm that running with VTE_BACKEND=pango "fixes" it? > No. Running with VTE_BACKEND=pango has the same problem. Scroll is only big slow.
Is this still reproducible using vte 0.19.4 ?
I can reproduce this with vte 0.26.1. I'm not sure if VTE_BACKEND is still effective, but I don't see any difference in the behaviour. though I type ASCII characters in gedit, it's rendering with the different fonts for "@" and "@a" say, no changes in vte with even VTE_BACKEND=pango for example.
Created attachment 226153 [details] en_US.UTF-8 vs ko_KR.UTF-8 $ date --help in $ LANG=en_US.UTF-8 vte2_90 $ date --help in $ LANG=ko_KR.UTF-8 vte2_90 This bug still happens in vte3-0.34.0.
Please add an explanation for why you resolved it NOTGNOME?
(In reply to comment #6) > Please add an explanation for why you resolved it NOTGNOME? After updating to fixed font package ( wrong family name in fontconfig config, See Also https://bugzilla.redhat.com/show_bug.cgi?id=864778 ), this issue was fixed.