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

2014-10-10 Thread steve david
I have trouble using Ubuntu 14.04 with Arduino. Are there patches to remedy this problem? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998952 Title: Open With Ardunio, File Open Fails To manage

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

2012-05-24 Thread Launchpad Bug Tracker
This bug was fixed in the package arduino - 1:1.0.1+dfsg-1 --- arduino (1:1.0.1+dfsg-1) unstable; urgency=low * New upstream release. -- Scott Howard show...@debian.org Tue, 22 May 2012 09:26:04 -0400 ** Changed in: arduino (Ubuntu) Status: In Progress = Fix Released

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

2012-05-14 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/arduino -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998952 Title: Open With Ardunio, File Open Fails To manage notifications about this bug go to:

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

2012-05-13 Thread arky
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998952 Title: Open With Ardunio, File Open Fails To manage notifications about this bug go to:

[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

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

2012-05-13 Thread Scott Howard
On Sun, May 13, 2012 at 11:30 PM, kaedenn 998...@bugs.launchpad.net 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

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

2012-05-13 Thread arky
Thanks, I have patched in upstream on github and put in a pull request. https://github.com/arky/Arduino/commit/26cd9e8c6438a1292a3101aba3a8c432cf73b222 ** Changed in: arduino (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu