summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-12-05 18:13:25 +0900
committerAkira TAGOH <akira@tagoh.org>2012-12-05 18:13:25 +0900
commit9231545c6bb775460702d8a615f1649bd8632f00 (patch)
treefe406080e8f68aa66ed335ee9bf86cb48e19afc8 /conf.d
parent2442d611579bccb84f0c29e3f9ceb0a7436df812 (diff)
downloadfontconfig-9231545c6bb775460702d8a615f1649bd8632f00.tar.gz
Do not show the deprecation warning if it is a symlink
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/50-user.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/conf.d/50-user.conf b/conf.d/50-user.conf
index 2f10408..07c9182 100644
--- a/conf.d/50-user.conf
+++ b/conf.d/50-user.conf
@@ -1,7 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
- <!-- Load per-user customization file -->
+ <!--
+ Load per-user customization files where stored on XDG Base Directory
+ specification compliant places. it should be usually:
+ $HOME/.config/fontconfig/conf.d
+ $HOME/.config/fontconfig/fonts.conf
+ -->
<include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
<include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
<!-- the following elements will be removed in the future -->