-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install arduino-1.8.2 #6116
Comments
Pretty similar result on Ubuntu 16.04:
1.8.1 and earlier with install.sh script worked fine. |
Related pull request: #6110 |
I had the same problem while installing Arduini IDE 1.8.2 on a Ubuntu machine. The resource name in the install.sh file is wrong. When I looked in the Arduino-1.8.2/lib there is a file named arduino-arduinoide.xml file. So I changed the "RESOURCE_NAME=cc.arduino.arduinoide" to "RESOURCE_NAME=arduino-arduinoide" and then run ./install.sh and that worked fine for me. |
I had the same issue with the linuxarm distribution on a Raspberry Pi. |
hmattiasl's solution fixed it for me too. |
installing arduino IDE 1.8.2 on ubuntu 14.04. hmattiasl's solution worked on my machine. |
Just adding that it's the same problem and fix in the 32 bit version... |
thanks hmattiasl. |
Hi, Adding desktop shortcut, menu item and file associations for Arduino IDE...xdg-mime: file '/opt/arduino-1.8.2/lib/arduino.arduinoide.xml' does not exist |
It looks like you just removed the cc.
I hope that helps! |
Thanks, jerryneedell! Again, Thanks!! |
Thanks, jerryneedell! |
thanks for the solution @hmattiasl |
For those of you just a dyslectic as me.... |
Fixed by #6110 the patch will be availble on the next release 1.8.3 |
hmattiasl's solution fixed it for me too. Using Ubuntu 16.04 |
Thanks hmattiasl.. Your workaround worked like a charm for me. |
@hmattiasl for president, thank you for the solution... it worked perfectly |
@hmattiasl for developer of the year. Work for me too. Thanks |
Editing install.sh file i get över this issue. But now the arduino İde icon raises error when i try to open İDE. The error says: invalid desktop entry file arduino-arduino What can be the cause of this problem? |
@jediofgever Check the settings for the Icon. |
@jerryneedell my extracted arduino-1.8.2 file is under /opt directory of linux file system. Although I pointed Command tab to that directory the problem still remains |
@hmattiasl you saved me a big headache! Worked great! |
@facchinm it seems like the IDE has not been under active development lately. Why not do a release so people can stop running into this bug? I don't see the point in waiting 2 months after a serious bug is identified and fixed. |
arduino-1.8.2 installation failed on my ubuntu16.04.2 desktop version. It looks pretty much like the configuration of the 1-8.2 is not correctly set before released. Please check it. Thanks. |
Hi @per1234 , |
Using tags like 1.8.2.r1 have made a lot of confusion in the past, at this point let's make a "service" release 1.8.3. |
Yeah, stick with semver. That would only allow for a 1.8.3-rc1 type of versioning as 1.8.2-r1 would be considered a pre-release to 1.8.2, which is definitely wrong. I don't see any problem with just bumping the patch version, even for a release with only minimal changes. |
Works for me too! |
installed arduino in arch linux using .tar file. but while uploading sketch it is showing this error. how to to fix it?[alarm@alarmpi arduino-1.8.5]$ ./install.sh Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes. An error occurred while uploading the sketch /home/alarm/Downloads/arduino-1.8.5/hardware/tools/avr/bin/avrdude: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory |
@rohit403 the problem you are encountering is due to a missing dependency on the ARM build. Simply install |
Thank you sir... it works |
@hmattiasl Thank you. In my case i can't find resource name in arduino-arduinoide.xml, but then i try to change line in appdata.xml from |
It's in appdata.xml |
I found the line in appdata.xml where it was "wrong". the install seems to have worked! arduino 1.8.7 on lubuntu (Ubuntu 7.2.0-8ubuntu3.2) |
thanks brenly. The resource name is correct in the arduino.1.8.10 "install.sh" file but the error is in the appdata.xml file which resides in lib folder. Changing cc.arduino.arduinoide.desktop to arduino-arduinoide.desktop, works for me too! |
Hey. I want to install Arduino IDE on Raspberry Pi 3 b +. I tried all of your solutions (i tried to install Arduino IDE 1.8.13), but nothing hapend. When I install, i get this error: Adding desktop shortcut, menu item and file associations for Arduino IDE... touch: cannot touch '/root/.config/mimeapps.list': No such file or directory done! and if I lunch the IDE, i get this error: nvalid desktop entry file: '/usr/share/applications/arduino-arduinoide.desktop' thank you |
Hooray, it works! I did it with the script from scruss Now I only have Arduino 1.8.5, but better than nothing |
is this still relevant? |
no! I do‘nt try this anymore.. You could close this🙂 |
I'm trying to install arduino-1.8.2-linux64 under a Gentoo Linux system but when running the
install.sh
script I get the following error messages:There's no Arduino IDE among my applications after the previous installation process.
Please notice I can install the previous Arduino version (1.8.1) without any problems.
The text was updated successfully, but these errors were encountered: