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