The Netbeans menu is awful in Ubuntu - completely unreadable and bleh to watch. Any corrections?

Hey. Many of my colleagues use the NetBeans IDE for several reasons, and I would like to, but, unlike them, I can not understand the appearance of the menu:

Comparison of eclipse and netbeans

Is there anything I can do to make Netbeans menus look just like Eclipse menus?

Thank.

+3
source share
3 answers

Netbeans uses the default Window Decorations behavior, not the built-in theme. I use Kubuntu, so it may not be exactly the same, but the idea will be the same:

1) Right-click on the top edge of the window and select a window behavior setting

2) Select Windows Deocrations

3) . Kubuntu Oxygen,

+2

Ubuntu 11.10 Netbeans 7.1.2 .

, :

1.)

{Netbeans-install-dir}/etc/netbeans.conf

2.)

netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true

:

netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true --laf Metal -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd"

"" "".

+3

, GTK-: Metal Nimbus LookAndFeel (LAF)

./netbeans --laf (Nimbus or Metal)

, .


:

  • LAF sudo ./netbeans , ./netbeans ( NetBeans, )
  • I also encountered very long boot times, especially after the screen Done loading modules..., which might be related to the GTK theme issue. This was followed by a Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap". Correction of this warning also fixed the boot time. ( Discussion and correction on askubuntu.com )
  • The above is Gtk-WARNINGnot generated when running netbeans throughsudo
+1
source

All Articles