Being a newbee with Ubuntu, I still struggle quite a lot with setting up desktop icons to my apps. I am currently trying to setup a desktop icon to Arduino IDE and I don't know enough to properly set it up. Here's the current setup.
I have installed Arduino-1.6.7 in a folder by that name in my home folder. At present, the only way I can run it is to go to the terminal, CD to the Arduino-1.6.7 folder and then run it with $ ./arduino. This works but obviously, I would rather run it with a simple icon.
I have tried to use this method, but when I browse to /usr/share/applications, there is no icon for Arduino.
Thank you for being part of the village that raises this idiot.
.desktop
file in/usr/share/applications
, but in~/.local/share/applications
. If you lack such a launcher, removing local settings and then starting arduino would probably have created the file. Else you could have simply locked the icon to the lsuncher while running arduino to create the file locally. – Jacob Vlijm Apr 05 '16 at 20:58