Search Criteria
Package Details: arduino-ide-bin 2.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arduino-ide-bin.git (read-only, click to copy) |
---|---|
Package Base: | arduino-ide-bin |
Description: | Arduino prototyping platform IDE, rewrite based on the Theia IDE framework. |
Upstream URL: | https://github.com/arduino/arduino-ide |
Licenses: | AGPL3 |
Conflicts: | arduino-ide |
Provides: | arduino-ide |
Replaces: | arduino-ide-beta-bin |
Submitter: | SuperNinja_4965 |
Maintainer: | SuperNinja_4965 |
Last Packager: | SuperNinja_4965 |
Votes: | 35 |
Popularity: | 0.54 |
First Submitted: | 2022-09-14 17:38 (UTC) |
Last Updated: | 2024-09-26 00:09 (UTC) |
Dependencies (9)
- git (git-gitAUR, git-glAUR)
- libsecret
- libxkbfile
- libxss
- nss (nss-hgAUR)
- libusb (libusb-gitAUR) (optional) – Needed for some libraries or boards
- libusb-compat (libusb0AUR) (optional) – Needed for the `micronucleus` cli utility
- python-pyserial (optional) – Needed for esptool
- usbutils (usbutils-gitAUR) (optional) – Needed for stm32 boards using st-link
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
chasekosborne commented on 2023-09-22 19:43 (UTC)
@FabioLolix
The output for:
is
FabioLolix commented on 2023-09-21 22:25 (UTC)
@chasekosborne Can't reproduce, both building the package and manually extracting the zip and run with
./arduino-ide
What is the output of
$ file /opt/arduino-ide/libffmpeg.so
for you?chasekosborne commented on 2023-09-21 22:13 (UTC)
Current error with running arduino-ide:
arduino-ide: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
Despite the files existing where they should be, this error is still thrown, to my knowledge I was not able to find a solution to this problem.
alogim commented on 2023-07-03 19:53 (UTC)
I get the following error:
Arduino IDE 2.1.1 Starting backend process. PID: 79903 Invalid MIT-MAGIC-COOKIE-1 key [79884:0703/215040.515057:ERROR:browser_main_loop.cc(1400)] Unable to open X display. The futex facility returned an unexpected error code. [1] 79884 IOT instruction (core dumped) /usr/bin/arduino-ide
Is anyone facing a similar issue?
KI9N commented on 2022-10-28 12:15 (UTC)
Can you also add
%U
to the end of theExec=arduino-ide
line in the.desktop
file so it can be used to open .ino files from the file manager?RVA965 commented on 2022-10-01 03:24 (UTC)
This is a small thing, but could you remove the spaces in the
.desktop
file? This messes with programs which parse desktop files (e.g. Rofi).To be more specific, there is a space before every newline which should be removed.
SuperNinja_4965 commented on 2022-09-17 19:37 (UTC) (edited on 2022-09-17 19:38 (UTC) by SuperNinja_4965)
@Zdrobot The arduino-ide-bin package has the replaces tag in it meaning that the beta will be uninstalled upon installing the release. As for moving libraries, boards configurations etc these are stored in your user folder and so are not removed or managed by pacman. Uninstalling the IDE will not remove these files. When installing the arduino-ide-bin package you will NOT need to make any extra steps in order to continue using your existing boards or libraries.
Zdrobot commented on 2022-09-17 05:00 (UTC)
So, how do you transition from arduino-ide-beta-bin to arduino-ide-bin, other than uninstalling the former and installing the latter? Would that mean you'd have to install all the platforms and libraries again?
« First ‹ Previous 1 2 3 4 5 Next › Last »