GitHub user neilcsmith-net added a comment to the discussion: NetBeans 29 - GTK Look and Feel on Ubuntu 24.04
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 / FlatLaf` and click on the `Edit custom properties` button. This will open a properties file. Add ``` defaultFont="Ubuntu" ``` 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-name` in a terminal. Incidentally, you don't have to use `--laf` to switch to GTK. You can go to `Tools / Options / Appearance / Look and Feel` then tick `Show all look and feels` to get all the other LAFs selectable in the combo box. GitHub link: https://github.com/apache/netbeans/discussions/9338#discussioncomment-16559316 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
