Pardus 23.1 (latest): Arduino IDE 2.3.2 Stable (latest): /dev/ttyUSB0: Acsess denied

May I need to install Arduino from Pardus Repo? I use AppImage launcher.
(OS is from Turkey, a Debian 12 based Linux distro.)

GNOME with classic look btw:

..And installed the OUTDATED version....

Same thing....

Dikkat: 'Arduino AVR Boards' çekirdeğindeki platform.txt, miladı dolmuş compiler.path={runtime.tools.avr-gcc.path}/bin/ içeriyordu, otomatikman compiler.path=/usr/bin/'ye çevrildi. Bu çekirdeği güncellemeye bakın.
Çalışmanız programın 2416 bayt (7 %) saklama alanını kullandı. Maksimum 32256 bayt.
Global değişkenler belleğin 186 byte kadarını  (9%) kullanıyor. Yerel değişkenler için 1862 byte yer kalıyor. En fazla 2048 byte kullanılabilir.
Taslak yüklenirken bir hata oluştu
avrdude: ser_open(): can't open device "/dev/ttyUSB0": Permission denied

Did you make yourself a member of the dialout group? Look it up. After doing so, log out and log in again.

I Downloaded the zip and thanks sterretje.


Same thing again and again..
Maybe Root?

I nearly solved the issue running as root. But... It's CLI.BoardsList":[],"port":{"address":"/dev/ttyUSB0","label":"/dev/ttyUSB0","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x7523"],["serialNumber",""],["vid","0x1a86"]],"hardwareId":""}},"error":""} 2024-09-18T16:47:40.998Z root INFO [4c749b02-22ba-41eb-af2a-0f09b24286c3] Sync of 23 plugins: 1363.0 ms [Finished 6.740 s after frontend start]
A UI scaling bug is captured:

Solved by using the web editor.
Proof:


(That ChatGPT was how to ewxecute .run files in Pardus)

HI @arduino_uno534.

There is a known bug, which is tracked by the Arduino IDE developers here:

This bug produces the fault when the window is maximized while it is still loading. It should not occur if you restart the IDE or open a new window and don't change the window dimensions during the time while the window is loading.

I just captured a thing....

you have to add youself to uucb group by listing /dev/ttyUSBX (where X is the actual USB TTY number)
Mine was


 hyprlanduser@archuser  ~  ls -l /dev/ttyUSB0

crw-rw---- 1 root uucp 188, 0 Ara 11 17:36 /dev/ttyUSB0

now loaded the new code to it