-
Notifications
You must be signed in to change notification settings - Fork 102
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
Electron 5 based AppImage and Snap packages #134
Comments
For the Snap case adding |
@vladimiry this didn't work for me... (browser-sandbox) My current strategy is to try to replace the 'electron' binary with a wrapper for force --no-sandbox |
I did the same and can confirm the solution is functional. |
Also tried a tricky way to first detecting if the sandbox is supported by simply running |
v3.3.1 has been released with a disabled sandbox for AppImage and Snap packages. Will reopen if there will be a better reliable solution for the issue. |
Currently, if there is no User Namespaces feature enabled AppImage and Snap fail to start. This is why these packages are still being released as Electron 4 based builds. See the error messages below.
AppImage:
Snap:
The goal is to somehow make those packages work with SUID Sandbox.
The text was updated successfully, but these errors were encountered: