cabal-desktop
cabal-desktop copied to clipboard
Latest cabal-desktop release crashes on startup
trafficstars
$ ./cabal-desktop-3.1.0-linux-x86_64.AppImage
[29233:0731/110749.371437: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_cabal-sCCLz2/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
I was able to workaround with the following:
$ sudo sysctl kernel.unprivileged_userns_clone=1
Source: https://github.com/electron/electron/issues/17972
You could also run it with --no-sandbox argument. My guess is that one day electron-builder will have appimage package shipped with this argument hardcoded in sh loader script.
Same here:
[tio@tio-pc ~]$ '/home/tio/Applications/cabal-desktop-3.1.1-linux-x86_64_00000000000000000000000000000000.AppImage'
qt5ct: using qt5ct plugin
AppImageLauncher error: appimage_shall_not_be_integrated() failed (returned -1)
AppImageLauncher error: appimage_is_terminal_app() failed (returned -1)
[27363:0810/122317.593595: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_cabal-FPutd4/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)