Skip to content
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

AppImage won't start on Ubuntu 24.04 #97

Open
yorickdowne opened this issue Sep 16, 2024 · 0 comments
Open

AppImage won't start on Ubuntu 24.04 #97

yorickdowne opened this issue Sep 16, 2024 · 0 comments

Comments

@yorickdowne
Copy link

On Ubuntu 24.04, the AppImage fails to start with

[278568:0916/060133.481017: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 /tmp/.mount_Wagyu.EB2UBh/chrome-sandbox is owned by root and has mode 4755.

The workaround is to --appimage-extract, then mv squashfs-root wagyu && cd wagyu, and finally sudo chown root:root chrome-sandbox && sudo chmod 4755 chrome-sandbox. It can then be started with ./wagyuinstaller

The solution may be to have the right ownership and permissions for chrome-sandbox in the AppImage as distributed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant