min
min copied to clipboard
Min does not work on wayland
- Min Version: 1.23
- Operating system: Arch Linux, Gnome DE 41.3
Expected Behavior
Run normally on wayland with flags "--enable-features=UseOzonePlatform --ozone-platform=wayland"
Actual Behavior
Does not launch at all Error:
[15325:0208/105510.220304:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is egl, ANGLE is
[15325:0100/000000.224495:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
[1] 15273 segmentation fault (core dumped) min --enable-features=UseOzonePlatform --ozone-platform=wayland
To Reproduce
run min --enable-features=UseOzonePlatform --ozone-platform=wayland in terminal
Works on Wayland in version 1.25.1 with the update to electron19, but also see #2042.