mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
GNU/Linux: removing jayatana from JAVA_TOOL_OPTIONS, if present. Fixes #3081
This commit is contained in:
parent
154d23ce11
commit
7c5c1741f0
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -26,5 +26,7 @@ else
|
|||||||
SPLASH="-splash:./lib/splash.png"
|
SPLASH="-splash:./lib/splash.png"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export JAVA_TOOL_OPTIONS=`echo $JAVA_TOOL_OPTIONS | sed 's|-javaagent:/usr/share/java/jayatanaag.jar||g'`
|
||||||
|
|
||||||
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH ArduinoIDE --curdir $CURDIR "$@"
|
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH ArduinoIDE --curdir $CURDIR "$@"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user