sudo find /usr/share/fonts -type d -exec touch {} \;
sudo find /usr/share/X11/fonts -type d -exec touch {} \;
sudo find /usr/local/share/fonts -type d -exec touch {} \;
sudo find /var/lib/defoma/fontconfig.d -type d -exec touch {} \;
sudo dpkg --configure -a
Additionally have a look at http://forum.ubuntuusers.de/topic/104168
Worked
Thanks, worked like a charm
Post new comment