We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154d23c commit 7c5c174Copy full SHA for 7c5c174
build/linux/dist/arduino
@@ -26,5 +26,7 @@ else
26
SPLASH="-splash:./lib/splash.png"
27
fi
28
29
+export JAVA_TOOL_OPTIONS=`echo $JAVA_TOOL_OPTIONS | sed 's|-javaagent:/usr/share/java/jayatanaag.jar||g'`
30
+
31
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH ArduinoIDE --curdir $CURDIR "$@"
32
0 commit comments