-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 24.04: black window opened when running etcher #4184
Comments
This happens for me too, on Ubuntu 22.04, but only when I run etcher via Version 1.8.0's GUI works with and without |
@DavidAntliff Could it be due Wayland limitation? Like explained here https://wiki.archlinux.org/title/Running_GUI_applications_as_root . They have listed two workarounds either |
@sneetsher I'm not using Wayland because The Thanks for the info! |
It could be due to this bug in apparmor https://bugs.launchpad.net/ubuntu/+source/wike/+bug/2046844/comments/4 |
Perhaps related electron/electron#41066 |
Starting it with --no-sandbox --disable-gpu-sandbox fixes it. |
I'm pretty sure it's about that electron bug, as I googled the implication of --no-sandbox and a lot of hits revolved around electron and the underlying chromium that powers it needing unprivileged namespaces to run without a sandbox. Starting with --no-sandbox seems to be all that's required. I didn't need --disable-gpu-sandbox |
sudo ./balenaEtcher-1.18.11-x64.AppImage
The text was updated successfully, but these errors were encountered: