-
Notifications
You must be signed in to change notification settings - Fork 865
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
Cannot start IPFS desktop: The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. #1044
Comments
I see you're using Manjaro, which is based on Arch, and that might be the issue. Please take a look at electron/electron#17972. I will see what I can do |
Just out of curiosity: are you using any other Electron apps? |
I am using VS Code (from the Manjaro repos) and Discord (from the AUR), which both work fine for me. |
People have reported me that the .AppImage from 0.9.0-beta.3 is working. I'll close this now. Please feel free to re-open if the issue persists. |
I'm running into this issue as well. I'm running Debian stretch.
^ From the .deb image I also get the same thing when running from source
|
Ugh, oh... Using Arch or some Arch-based distro, right? |
Nope, Debian buster, actually (I misspoke before when I said it was stretch). |
As another data point, when I
|
I'm running into this as well in Debian testing |
ipfs-desktop-0.10.2-linux-x86_64.AppImage |
Workaround seems to be enabling usernamespaces and receiving the security issues from it brave/brave-browser#3420. If I understand the Arch Wiki security page correctly, the same should work on Arch (and likely deriatives). Adjusting that a bit:
I ran into this on my laptop while not on family PC, both running Debian 10 and the difference is that on the family PC I have ran Brave and thus done that and after copying the config on the laptop that wasn't working, IPFS Desktop started working, but I don't think this is a real solution as you can see from the Brave issue. |
FYI v0.10.4 shipped with updated Running |
I'm running Manjaro Linux (based on Arch) and tried to install IPFS Desktop from source after the official (
.AppImage
) version didn't work.But to my surprise, I got the same error.
I ran
npm install
npm start
Please note that I am also using
nvm
:Why won't IPFS Desktop start?
And what does the error mean anyways?
The text was updated successfully, but these errors were encountered: