#714229 reading configurations from ~/.fonts.conf is deprecated.

Package:
fontconfig-config
Source:
fontconfig
Description:
generic font configuration library - configuration
Submitter:
Michael Biebl
Date:
2013-09-01 21:30:09 UTC
Severity:
normal
#714229#5
Date:
2013-06-27 00:07:46 UTC
From:
To:
Since the latest update, I get the following warning messages when
starting applications from the terminal:

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
configurations from ~/.fonts.conf is deprecated.

I didn't find further documentation, what I should do about this:
Has this config file moved to another location (e.g. in ~/.config), is
it not supposed to be used at all anymore?
Would be good if there was a NEWS.Debian or some further information in
the warning message.

#714229#10
Date:
2013-07-31 15:29:04 UTC
From:
To:
See also bug 1068549 on ubuntu, where there are suggestions
on a possibile patch to improve the wording on this warning.

https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1068549

#714229#17
Date:
2013-09-01 21:26:39 UTC
From:
To:
The suggested fix, of moving ~/.fonts.conf to
~/.config/fontconfig/fonts.conf, has another problem: only newer
versions of fontconfig read that location, while older versions only
read ~/.fonts.conf .  That makes it impossible to have a single home
directory compatible with both old and new versions.  Suggested fix to
fontconfig: don't emit the warning if ~/.fonts.conf is a symlink to
~/.config/fontconfig/fonts.conf .

- Josh Triplett