Fontconfig warning: "/etc/fonts/conf.d/50-user.conf&quo

Started by hefee, 2013/07/02, 02:11:27

Previous topic - Next topic

hefee

If I start any GUI via console i get the folloing warning:


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


to fix it:


mkdir ~/.config/fontconfig
mv -i ~/.fonts.conf ~/.config/fontconfig/fonts.conf

spacepenguin

Thanks. But what about /etc/fonts/conf.d/50-user.conf - any need to adjust it? There still is an include for ~/.fonts.conf in mine and nothing about ~/.config/fontconfig?
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

hefee

no you don't need to adjust/etc/fonts/conf.d/50-user.conf. Maybe you have changed it before and the update hasn't update your file. Mine looks like this:

<xml>
<DOCTYPE>
<fontconfig>
  <Load>
  <include>fontconfig/conf.d</include>
  <include>fontconfig/fonts.conf</include>
  <the>
  <include>~/.fonts.conf.d</include>
  <include>~/.fonts.conf</include>
</fontconfig>



$ apt-cache policy fontconfig
fontconfig:
 Installiert:           2.10.2-2
 Installationskandidat: 2.10.2-2
 Versionstabelle:
*** 2.10.2-2 0
       500 http://http.debian.net/debian/ sid/main amd64 Packages
       100 /var/lib/dpkg/status
    2.9.0-7.1 0
       500 http://http.debian.net/debian/ testing/main amd64 Packages
       500 http://http.debian.net/debian/ stable/main amd64 Packages