Package Details: arduino-ide-bin 2.3.2-2

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: 29
Popularity: 2.87
First Submitted: 2022-09-14 17:38 (UTC)
Last Updated: 2024-03-04 02:11 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

chasekosborne commented on 2023-09-22 19:43 (UTC)

@FabioLolix

The output for:

$ file /opt.arduino-ide/libffmpeg.so 

is

/opt/arduino-ide/libffmpeg.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ca3731ea4ae797ddf2e2b7cd3a4db4b95b3cfc02, not stripped

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 the Exec=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?