Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Fontconfig warning: "/etc/fonts/conf.d/50-user.conf&quo  (Read 2841 times)

hefee

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

Code: [Select]

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


to fix it:

Code: [Select]

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

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf&
« Reply #1 on: 2013/07/03, 12:25:22 »
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

  • Guest
RE: Fontconfig warning: "/etc/fonts/conf.d/50-user.conf
« Reply #2 on: 2013/07/03, 14:55:40 »
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:
Code: [Select]

<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>


Code: [Select]

$ 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