tags 706312 unreproducible thanks On Sun, Apr 28, 2013 at 4:46 AM, Andreas Krüger <[email protected]> wrote: > Package: arduino > Version: 1:1.0.4+dfsg-1 > Severity: normal > > Dear arduino maintainer, > > "help/reference" in the arduino GUI is expected to open a browser > with the pertinent file. Instead of doing so, it displays a popup > with the messages > > Failed to open URI "file:///usr/share/arduino/reference/index.html". > Failed to execute child process "/usr/lib/firefox/firefox" > (No such file or directory).
Thanks for the report, unfortunately I can't reproduce it. When I open help in arduino from a clean wheezy install, iceweasel opens the file properly. Could you check ~/.arduino/preferences.txt for the line that says "launcher"? It should say "launcher=xdg-open". The help is opened using xdg-open, so it's possible that your xdg-open is looking for firefox. Try manually opening the file xdg-open file:///usr/share/arduino/reference/index.html If that doesn't work, then something is misconfigured with your xdg-open. If you're missing xdg-open, then arduino should at least recommend the xdg-utils package (I thought it was pulled in with the desktop, maybe I was wrong...) Cheers, Scott -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

