[Bug 1068549] Re: better ~/.fonts.conf deprecation warning
gouri
stephane.gourichon_lpad at m4x.org
Sat Mar 2 14:57:59 UTC 2013
On my Ubuntu 12.10:
~/.fontconfig is ignored
~/.config/fontconfig (as expected) works
which is not surprising as /etc/fonts/conf.d/50-user.conf contains :
<include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
<include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
but does not mention ~/.fontconfig .
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1068549
Title:
better ~/.fonts.conf deprecation warning
Status in “fontconfig” package in Ubuntu:
Confirmed
Bug description:
if you have ~/fonts.conf and start an application using it you get
following warning:
"Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
configurations from ~/.fonts.conf is deprecated."
it is not clear from that what it wants you to do. You have to read
50-user.conf and understand it.
The error message should tell you directly to move the configuration to the xdg folders.
attached a patch to do so.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1068549/+subscriptions
More information about the foundations-bugs
mailing list