Add Arduino in the Gnome menu

Hi,

I search the forum and google with no luck.

I use linux ubuntu

I have downloaded and installed the version 0.11 of the software...all works well and I wanted to create an entry in the Gnome
menu for it....except it won't work.

If I click on the icon then nothing happens....

From a terminal there is no problem but from the menu nothing :frowning:

Is there a trick to get a Arduino in my menu?

Regards

ok to answer myself.....I fixed it

I created a script with the following inside

#!/bin/sh

cd /home/etlpltn/Project/Arduino/arduino-0011
./arduino

and create my launcher with it....Voila!