Blame SOURCES/50-flatpak.conf

bb3a4b
bb3a4b
bb3a4b
bb3a4b
     https://gitlab.com/freedesktop-sdk/freedesktop-sdk/blob/master/files/fontconfig-flatpak.conf
bb3a4b
     from the Freedesktop runtimes. -->
bb3a4b
<fontconfig>
bb3a4b
        <cachedir>/usr/cache/fontconfig</cachedir>
bb3a4b
bb3a4b
        <dir>/app/share/fonts</dir>
bb3a4b
        <cachedir>/app/cache/fontconfig</cachedir>
bb3a4b
bb3a4b
        <include ignore_missing="yes">/app/etc/fonts/local.conf</include>
bb3a4b
bb3a4b
        <dir>/run/host/fonts</dir>
bb3a4b
        <dir>/run/host/user-fonts</dir>
bb3a4b
bb3a4b
        
bb3a4b
             before the /run dirs, in case they are ever writable, like e.g with old
bb3a4b
             versions of flatpak. -->
bb3a4b
        <cachedir prefix="xdg">fontconfig</cachedir>
bb3a4b
bb3a4b
        <cachedir>/run/host/fonts-cache</cachedir>
bb3a4b
        <cachedir>/run/host/user-fonts-cache</cachedir>
5dd908
5dd908
        <include>/run/host/font-dirs.xml</include>
bb3a4b
</fontconfig>