[Bug 998952] Re: Open With Ardunio, File Open Fails

2012-05-13 Thread kaedenn
The fix is simple. Edit the arduino shell script and make the following modification: - java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base + java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base "$@" The shell script can be fo

Re: [Developers] [Bug 998952] [NEW] Open With Ardunio, File Open Fails

2012-05-13 Thread kaedenn
Scott, Fixed this manually a while back. Haven't submitted the patch to Arduino, since the problem is trivial: In your arduino shell script that runs the Java client (find it with `which arduino`), make the following replacement: - java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFe