PDA

View Full Version : 2020.2 Chrome-Sandbox Error with Joplin Install



dirtscout
2020-05-25, 17:48
This is a new issue for me, and I haven't been able to find any discussion or resolution so far. One, the bootstrap install for Joplin doesn't allow for the binary to alias.

wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash

And the most frustrating part is a sandbox error on startup running ./Joplin.AppImage

ark@dm2:~/Downloads$ Joplin.AppImage
[27562:0525/103632.736468:FATAL:setuid_sandbox_host.cc(157)] 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_JoplinVYcwti/chrome-sandbox is owned by root and has mode 4755.

Unable to chmod 4755 the directory as it creates a new one every time command is run. Had the same issue with Atom but was able to fix. Any ideas for a workaround that I've missed? Thanks for the help in advance...