Move <cachedir> elements to the end of fonts.conf.
This allows users to select alternate directories for cache files, ahead of the 'standard' directories.
This commit is contained in:
parent
d50cfeb805
commit
007cae508c
|
@ -27,11 +27,6 @@
|
||||||
@FC_FONTPATH@
|
@FC_FONTPATH@
|
||||||
<dir>~/.fonts</dir>
|
<dir>~/.fonts</dir>
|
||||||
|
|
||||||
<!-- Font cache directory list -->
|
|
||||||
|
|
||||||
<cachedir>@FC_CACHEDIR@</cachedir>
|
|
||||||
<cachedir>~/.fontconfig</cachedir>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
||||||
-->
|
-->
|
||||||
|
@ -73,6 +68,11 @@
|
||||||
-->
|
-->
|
||||||
<include ignore_missing="yes">conf.d</include>
|
<include ignore_missing="yes">conf.d</include>
|
||||||
|
|
||||||
|
<!-- Font cache directory list -->
|
||||||
|
|
||||||
|
<cachedir>@FC_CACHEDIR@</cachedir>
|
||||||
|
<cachedir>~/.fontconfig</cachedir>
|
||||||
|
|
||||||
<config>
|
<config>
|
||||||
<!--
|
<!--
|
||||||
These are the default Unicode chars that are expected to be blank
|
These are the default Unicode chars that are expected to be blank
|
||||||
|
|
Loading…
Reference in New Issue