NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Printing from browser



On 9 January 2014 22:49, Manuel Bouyer <bouyer%antioche.eu.org@localhost> wrote:
> I don't have this in my /etc/fonts/fonts.conf, and it looks like that's not
> true because mine has:
> <!-- Font directory list configured on Sun Aug 24 19:25:49 EST 2003 -->


2003, it says it all!
That means your system is not configured to rebuild the font cache at boot.

There's also a duplication between fontconfig and fc-cache in base
system and pkgsrc. I have:

# find / -name fonts.conf
/etc/fonts/fonts.conf
/usr/pkg/etc/fontconfig/fonts.conf
/usr/pkg/share/examples/fontconfig/fonts.conf
/usr/pkg/emul/linux32/etc/fonts/fonts.conf
/var/db/pkg.refcount/files/usr/pkg/etc/fontconfig/fonts.conf

# find / -name fc-cache
/usr/X11R7/bin/fc-cache
/usr/pkg/bin/fc-cache
/usr/pkg/emul/linux32/usr/bin/fc-cache

But fc-cache called by rc.conf is the one in the base system:

$ grep command /etc/rc.d/fccache
command="/usr/X11R7/bin/fc-cache"
        if [ -x "${command}" ]; then
                ${command}
run_rc_command "$1



-- 
Ottavio


Home | Main Index | Thread Index | Old Index