Fix Netbeans fonts after installing Wine

As I wasn’t going to use Wine that much and broking my fonts pissed me off I decided to completelly uninstall it.

sudo apt-get remove ttf-mscorefonts-installer
sudo apt-get remove wine1.6 wine1.6-i386 wine-mono0.0.8 wine1.6-amd64 wine-gecko2.21 winetricks
sudo apt-get autoremove
rm -rf ~/.wine ~/.winetrickscache ~/winetrickscache ~/winetricks

After all this fonts still were wrong but finally this fixed it:

sudo apt-get remove fonts-unfonts-core

Don’t forget to close and open again Netbeans.

You might also like

MacPorts: Update port definitions and upgrade installed ports
Once in a while is good to update your software to get advantage of the latest bug fixes and new features....
ARSlides v1.0: Augmented Reality slide presentation application
I'm glad to inform that I've (finally) published the code for the Augmented Reality application I've...
Install Doctrine2 with PEAR in MacPorts
Run those commands: sudo /opt/local/bin/pear channel-discover pear.doctrine-project.org sudo /opt/local/bin/pear...
How to install Google Chrome in Ubuntu
First add the signing key and the repository: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub...
Leave a comment ?

0 Comments.

Leave a Comment