IDE2 - Select Other Board

Unfortunately, I don't believe so.

Arduino App Lab is built on the excellent open source Wails framework:

https://wails.io/

Wails does indeed use this flag internally when the WebviewGpuIsDisabled application option is set to true:

(note the application options are defined in the application source code, not command line flags)

However, this is Windows-specific (and also not done in the Arduino App Lab application options).

There is a GPU-related option for Linux: linux.WebviewGpuPolicy. I see this has a default value of linux.WebviewGpuPolicyNever, and that was explicitly done as a workaround for a bug described similarly to the one you experienced in Arduino App Lab:

However, this option is set to linux.WebviewGpuPolicyAlways in the Arduino App Lab application options:

If you are interested in performing an experiment, you could try changing that option and then making a build of Arduino App Lab from source. There is some information on that subject here:

https://github.com/arduino/arduino-app-lab/tree/main?tab=readme-ov-file#building-local-machine

I have been able to reproduce this fault:

It is tracked here: