Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorshevegen
    • CommentTimeOct 20th 2007
     # 1
    Fontconfig warning: no elements found. Check configuration.
    Fontconfig warning: adding /System/Variable/cache/fontconfig
    Fontconfig warning: adding ~/.fontconfig


    Hi

    this always happens after a new install of latest release candidate (or developer snapshots, however you call it, it is just a name ;) )

    Does anyone know how to solve this?
    • CommentAuthorNereusRen
    • CommentTimeOct 22nd 2007 edited
     # 2
    Well, it shouldn't cause a problem with your fonts, but if you want the error message to disappear, you can make sure the appropriate directories are in /System/Settings/fonts/fonts.conf. Here's what a section of mine near the top looks like:

    <!-- Font directory list -->
    <dir>/usr/share/fonts</dir>
    <dir>~/.fonts</dir>
    <cachedir>/System/Variable/cache/fontconfig</cachedir>
    <cachedir>~/.fontconfig</cachedir>

    The dir lines were already there in my version of fontconfig, but the cachedir lines were missing, and I think that's what was generating the warnings for me. If your fonts.conf doesn't have any lines like that, try adding them and see if it fixes it.

    (Really, if you add anything, it should be in local.conf, as a comment at the top of fonts.conf suggests. That way you won't lose the changes the next time you update fontconfig if you take the new fonts.conf.)
    • CommentAuthorshevegen
    • CommentTimeOct 22nd 2007
     # 3
    Woot thanks!