If you want to run it locally, create a desktop file in ~/.local/share/applications
:
option 1:
Make sure the file is executable (in this case it is when you downloaded it).
Paste the text below in an empty textfile, fill in the right path to the script file (arduino
), to the icon, the comment (optional) and the categories (optional):
[Desktop Entry]
Name=Arduino
Comment=Your comment here
Exec=/path/to/arduino/arduino
Terminal=false
Type=Application
StartupNotify=true
Icon=/path/to/icon/icon
Categories=
Save it as arduino.desktop in ~/.local/share/applications
.
option 2:
As above, but create a directory ~/bin
, and create a link there (ln-sf) to arduino
. then simply change the Exec=
-line in the desktop file to Exec=arduino
.
After log out / in, Arduino will be avialable in Dash. Drag it on to the launcher if you want to run it from the launcher as well (or run it and right-click lock to launcher
like you would with any other application.