apt-get update && apt-get install fontconfig/testing fontconfig-config/testing libfontconfig1/testing
apt-get dist-upgrade
And then of course using the new config, not yours (which would be default).
... then there is a quick solution. Let fontconfig create a new configuration-file during install. I had that problem on two notebooks, and it slowed KDE down to almost a total halt. This fix is easy and works perfectly.
EDIT:
If the problem is already there, a simple apt-get install --reinstall does not seem to work. My - more complicated - method was:
Code:
apt-get update && apt-get install fontconfig/testing fontconfig-config/testing libfontconfig1/testing
apt-get dist-upgrade
And then of course using the new config, not yours (which would be default).
hubi