Luca Dionisi wrote:
Hi
I think I've got the same problem, but I'm not sure.
I will attach a jpeg showing the kind of symbol I see in Yelp.
But the same symbol is shown also in Firefox (1.0.6)
so, is gecko renderer really solving this?
Luca
PS: the problem is shown in the jpeg near to the amount of the
price. It is a web page rendered in firefox 1.0.6, and a shot
of the "view source" window is also visible.
That's a different issue you have there. Your problem is because you haven't configured your fonts correctly. I this case it looks like the symbol for a unit of currency (yen?) is missing from your system. Try adding /usr/X11R6/lib/X11/fonts/misc to /etc/fonts/local.conf
cat > /etc/fonts/local.conf << "EOF"
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
<dir>/usr/X11R6/lib/X11/fonts/TTF</dir>
<dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
<dir>/usr/X11R6/lib/X11/fonts/misc</dir>
</fontconfig>
EOF
Then run (as root) fc-cache then restart xorg (logout and login again)
Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page