Open
Description
Hey guys,
I figured out a couple bugs when you download the current Arduino IDE from the website.
The install.sh script is buggy in two things:
-
- The path has to be properly escaped with whitespaces ("Arduino IDE" as folder name will not put a "/blabla/Arduino\ IDE/arduino" in the resulting .desktop file
-
- The command will fail because it's no binary. It's a shell script. That means "bash /path/to/arduino" whilst Terminal being false will only work. Never should've worked before.
-
- The desktop file should've been placed inside "~/.local/share/applications/arduino-arduinoide.desktop" (as done already). With the above bugs fixed you can use it properly in GNOME 2 and 3.
How can I help on fixing these bugs? Would love to pick those up and to make a pull request.
Are pull requests accepted here?