![](https://secure.gravatar.com/avatar/a52180e24a72c78dc830624b240c5795.jpg?s=120&d=mm&r=g)
Jose V Beneyto wrote:
Hello,
maybe I'm wrong, I'm not an expert with fonts, but when I try to use fc-cache it's looking for /usr/share/fonts instead of /usr/lib/X11/fonts
...
imho it's due to the default line found in fonts.conf: $ grep '/usr/share/fonts' /etc/fonts/fonts.conf <dir>/usr/share/fonts</dir>
In addition I experienced this problem due to the config file: $ strace fc-match -s 2>&1 | tail -6 stat64("/usr/share/fonts", 0xbff0d8e4) = -1 ENOENT (No such file or directory) open("/usr/share/fonts", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) stat64("/home/sepen/.fonts", 0xbff0d8e4) = -1 ENOENT (No such file or directory) open("/home/sepen/.fonts", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Regards, Jose V Beneyto