I have just updated to 24.04 and am having my first teething problems. I cannot run my Arduino IDE since updating, if I try it in the terminal I get the warning
"FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/stevetux/ArduinoLatest/arduino-ide_2.3.2_Linux_64bit/chrome-sandbox is owned by root and has mode 4755."
I considered just changing the permissions of arduino-ide_2.3.2_Linux_64bit/chrome-sandbox but if I try and open my arduino-lab-micropython-ide a different sandbox (MicroPythonIDE/chrome-sandbox) needs the permission altered.
Both of these IDEs were working perfectly under 23.10 and I don't know how many other applications are affected as I have only just upgraded, so is there a fix to this issue which doesn't involve changing the permissions on lots of files?
Edit: I have discovered that I can run the IDEs if I put --no-sandbox at the end of the launch command. But I have no idea if this has security or other implications. Advice would be appreciated.