Package Details: arduino-ide-bin 2.3.6-1

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: 38
Popularity: 0.85
First Submitted: 2022-09-14 17:38 (UTC)
Last Updated: 2025-04-09 21:07 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Latest Comments

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

chasekosborne commented on 2023-09-22 20:34 (UTC)

$ ldd /opt/arduino-ide/arduino-ide | grep libffmpeg
    libffmpeg.so => /opt/arduino-ide/libffmpeg.so (0x00007f1e6e600000)
$ which arduino-ide
    /usr/local/bin/arduino-ide

Are my respective inputs and outputs.

FabioLolix commented on 2023-09-22 20:05 (UTC) (edited on 2023-09-22 20:05 (UTC) by FabioLolix)

@chasekosborne you output of:

$ ldd /opt/arduino-ide/arduino-ide | grep libffmpeg
    libffmpeg.so => /opt/arduino-ide/libffmpeg.so (0x00007f4f59800000)

$ which arduino-ide
/usr/sbin/arduino-ide

btw please use backticks for quoting text, 3 above, 3 below, other wise in the email message I get <p> </p> <pre><code> etc which is making it a bit harder to read

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.