https://bugzilla.novell.com/show_bug.cgi?id=367029 Summary: Pango font selection problem Product: openSUSE 11.0 Version: Alpha 2 Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: mfabian@novell.com QAContact: qa@suse.de CC: tiwai@novell.com Found By: Development Put the following into your ~/.fonts.conf: <alias> <family>serif</family> <prefer> <family>DejaVu Serif</family> <family>IPAPMincho</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> <family>DejaVu Sans</family> <family>IPAPGothic</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>DejaVu Sans Mono</family> <family>IPAGothic</family> </prefer> </alias> Now “IPAPGothic” should be your default font for Japanese and “DejaVu Sans” your default font for English: mfabian@magellan:~$ fc-match :lang=ja ipagp.ttf: "IPAPGothic" "Regular" mfabian@magellan:~$ fc-match :lang=en DejaVuSans.ttf: "DejaVu Sans" "Book" mfabian@magellan:~$ (You need to have the IPAPGothic package and the dejavu package installed). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.