cabal-desktop icon indicating copy to clipboard operation
cabal-desktop copied to clipboard

Latest cabal-desktop release crashes on startup

Open khimaros opened this issue 6 years ago • 3 comments
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

khimaros avatar Jul 31 '19 18:07 khimaros

I was able to workaround with the following:

$ sudo sysctl kernel.unprivileged_userns_clone=1

Source: https://github.com/electron/electron/issues/17972

khimaros avatar Jul 31 '19 18:07 khimaros

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.

vladimiry avatar Jul 31 '19 18:07 vladimiry

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)

tiotrom avatar Aug 10 '19 10:08 tiotrom