https://bugzilla.novell.com/show_bug.cgi?id=840416 https://bugzilla.novell.com/show_bug.cgi?id=840416#c15 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sndirsch@suse.com --- Comment #15 from Petr Gajdos <pgajdos@suse.com> 2013-09-26 12:29:59 UTC --- Issue described in comment 13 has following explanation. fonts-config is checking whether freetype module is loaded by searching /etc/X11/xorg.conf for /\s*Load\s+"freetype"/. Then if ($extension =~ /otf/i && ! $freetype_module_used) { if ($VERBOSITY >= $VERBOSITY_DEBUG) { print ".otf won't work without freetype module,... ...discarding $fonts_scale_entries{$xlfd} $xlfd\n"; } delete $fonts_scale_entries{$xlfd}; } So question for Stefan: is checking for freetype module still relevant? Or is it safe to assume that freetype is always used? fonts-config checks for freetype and xtt but the latter is outdated, correct? -- 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.