I had the same problem and solved it a minute ago:
the missing fonts are the microsoft-core-fonts (arial, times, etc...). Since the package ttf-mscorefonts-installer has been installed, they should have been available, but my font-installation-module told me otherwise.
Simple removing and reinstalling ttf-msocorefonts-installer solved the problem
the missing fonts are the microsoft-core-fonts (arial, times, etc...). Since the package ttf-mscorefonts-installer has been installed, they should have been available, but my font-installation-module told me otherwise.
Simple removing and reinstalling ttf-msocorefonts-installer solved the problem
Code:
sudo apt-get remove ttf-mscorefonts-installer
sudo apt-get install ttf-mscorefonts-installer
Kommentare