Comment 5 for bug 998952

Revision history for this message
Scott Howard (showard314) wrote : Re: [Bug 998952] Re: Open With Ardunio, File Open Fails

On Sun, May 13, 2012 at 11:30 PM, kaedenn <email address hidden> wrote:
> 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 "$@"

Awesome, i tested it and it works. I uploaded it to Debian
experimental. Whenever 1.0.1 is released I'll upload it to unstable
and then it will be synced to Ubuntu.

~Scott