Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

After updating ubuntu to 12.04 all fonts got bold. I haven't installed themes or configured fonts.

from netbeans about:

Product Version: NetBeans IDE 7.1 (Build 201112071828)

Java: 1.7.0_03; Java HotSpot(TM) 64-Bit Server VM 22.1-b02

preview

share|improve this question
This question should instead be filed as a bug report, and as such is off-topic, thanks! Instructions here. – jrg Apr 27 '12 at 1:41
2  
add '--laf Nimbus' at the command. Netbeans will look a little different but the fonts will look like before. Your Command: /bin/sh "/home/whatever/netbeans-7.1.2/bin/netbeans" --laf Nimbus – Costis Aivalis May 9 '12 at 20:10

closed as off topic by Jacob Johan Edwards, jrg Apr 27 '12 at 1:41

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 17 down vote accepted

This is a bug:

EDIT: in the first link, there is a comment that will point you to another bug. There you can find the following solution:

sudo apt-get remove fonts-unfonts-core
share|improve this answer
Use another JVM, such as OpenJDK or Sun Java 6. At least fonts won't stay bold. – Leonardo Montenegro May 2 '12 at 14:29
sudo apt-get remove fonts-unfonts-core solved my problems. Thank you. – Bakhtiyor Feb 1 at 9:15
sudo apt-get remove fonts-unfonts-core solved my problems. Thank you. – milovanderlinden Mar 18 at 19:47

Not the answer you're looking for? Browse other questions tagged or ask your own question.