summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-08-27 17:04:01 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-08-27 17:04:01 -0700
commitd2f786849c0c4503360a5c09469505b05164c6d2 (patch)
treeb1d39ecb9cbc2f3e33f31eee7348f57a5e220e92 /fonts.conf.in
parent2b629781d74b5a7db1fff873ce5322e59a0f863a (diff)
Write caches to first directory with permission. Valid cache in FcDirCacheOpen.
Previous policy was to attempt to update the cache in place and bail if that didn't work. Now, search for the first writable directory and place the cache file there instead. Furthermore, on startup, search directory list for valid cache files instead of bailing if the first found cache file wasn't valid.
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts.conf.in b/fonts.conf.in
index 035ee32..0629c80 100644
--- a/fonts.conf.in
+++ b/fonts.conf.in
@@ -30,7 +30,7 @@
<!-- Font cache directory list -->
<cachedir>@FC_CACHEDIR@</cachedir>
- <cachedir>~/.fonts/fontconfig</cachedir>
+ <cachedir>~/.fontconfig</cachedir>
<!--
Accept deprecated 'mono' alias, replacing it with 'monospace'