arduino / arduino/Arduino

Raspberry Pi OS 64bit, Linux ARM 64 bits touch: cannot touch '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy': No such file or directory

Open
#11,252 0 comments 0 reactions 0 assignees View on GitHub
Component: IDE OS: Linux Type: Bug
Dominant language
Java
Stars
14.6k
Forks
7k
PR merge metrics
No merged PRs in 30d

Description

Raspberry Pi OS 64bit
Raspberry Pi 4 Model B/4GB

Arduino Linux ARM 64 bits
arduino-1.8.13-linuxaarch64.tar.xz

mysetup.sh

```
wget https://downloads.arduino.cc/arduino-1.8.13-linuxaarch64.tar.xz

cd /home/pi/
mkdir /home/pi/Applications/
if [ ! -d /home/pi/Applications/arduino-1.8.13/ ]; then
tar xvf arduino-1.8.13-linuxaarch64.tar.xz
mv arduino-1.8.13 /home/pi/Applications/
fi
cd /home/pi/Applications/arduino-1.8.13/
./install.sh <== failed happen !!!
rm -f /home/pi/chirimen/arduino-1.8.13-linuxaarch64.tar.xz
cd /home/pi/
```

```
Adding desktop shortcut, menu item and file associations for Arduino IDE...touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
touch: '/home/pi/.local/share/icons/hicolor/.xdg-icon-resource-dummy' に touch できません: そのようなファイルやディレクトリはありません
```

Arduino shortcuts have been created on the desktop and menus.
You can also start arduino.

install.sh looks like it's failing

ln: Failed to create symbolic link'/ usr / local / bin / arduino': no permission

The result was the same when I ran it with sudo.

How can I solve it?

Contributor guide

Open the contributing guide

Research direction

Start with install.sh and reproduce the failure by running ./install.sh on the reported Raspberry Pi OS and Linux ARM setup. Check the handling of /home/pi/.local/share/icons/hicolor and the /usr/local/bin/arduino symlink; done means installation completes without those errors while creating the reported desktop and menu entries.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, raspberry-pi, shell
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.