Skip to content

trouble_shooting

Robert C. Martin edited this page May 4, 2023 · 5 revisions
  • UI window stays blank.
    • Try setting the environment variable, _JAVA_AWT_WM_NONREPARENTING=1. Some folks using various Linux platforms.
      • This might have something to do with wayland.
      • Thanks Christian G. Warden.
  • I hate the fonts
    • Try adding: _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true' to /etc/environment
    • Look at private/user-configuration and adjust the fonts in there.
Clone this wiki locally