NetBeans 29 - GTK Look and Feel on Ubuntu 24.04 #9338
-
|
Hi, I would like to change the font used for menus, files etc in NetBeans 29. I found out that adding Is there a way to use the font used by GTKLookAndFeel for menus in NetBeans 29 ? Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Look and feels other than FlatLaf are not really supported, and GTK is particularly broken. Have you changed the default OS font? If not, you should be able to go to Add Save the file, then restart the IDE. That should change the UI font. If that's not the font you're looking for then maybe try running Incidentally, you don't have to use |
Beta Was this translation helpful? Give feedback.
Look and feels other than FlatLaf are not really supported, and GTK is particularly broken. Have you changed the default OS font? If not, you should be able to go to
Tools / Options / Appearance / FlatLafand click on theEdit custom propertiesbutton. This will open a properties file.Add
Save the file, then restart the IDE. That should change the UI font.
If that's not the font you're looking for then maybe try running
gsettings get org.gnome.desktop.interface font-namein a terminal.Incidentally, you don't have to use
--lafto switch to GTK. You can go toTools / Options / Appearance / Look and Feelthen tickShow all look and feelsto get all the other LAFs sele…