bromagosa / Snap4Arduino

Binding Snap! and Arduino together
http://snap4arduino.rocks
GNU Affero General Public License v3.0
133 stars 85 forks source link

Can't install it on Ubuntu 18.04 LTS #256

Closed gentilmente closed 6 years ago

gentilmente commented 6 years ago

Hi, on Lenovo v310. Using Arduino IDE examples works. When unzipping snap4Arduino and double clicking, nothing happend. By executing in Terminal rd2@rd2:~/apps$ '/home/rd2/apps/Snap4Arduino/Snap4Arduino' ln: fallo al crear el enlace simbólico '/home/rd2/apps/Snap4Arduino/libudev.so.0': El archivo ya existe /home/rd2/apps/Snap4Arduino/nw: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory I tried the online version with extension installed in Chnromiun. When clicking "connect Arduino" appears "select a port" but no port to select.

jguille2 commented 6 years ago

Hi! First, let's got to your desktop version issue.

It seems a problem with Chrome libraries (Yes, desktop version uses nw, based in chrome). Could you check if you have installed libgconf-2-4 package? If this is the problem (you will find in Internet many reports about this, reinstalling chrome in different Ubuntu releases)... the solution is easy apt-get install libgconf-2-4

I wait for your answer... and we can continue...

Joan

gentilmente commented 6 years ago

That was easy!! thanks

jguille2 commented 6 years ago

Hi @gentilmente,

And the online version? I think libgconf is not affecting here. If you have problems, feel free to open another issue.