After upgrading to 24.04, neither the Outline Client nor Outline Manager appimages works any more.
I did install libfuset64
as recommended in other places, but I get SUID permission errors.
$ ./Outline-Client.AppImage
[584847:1001/220953.594798: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_Outlintr1Gf9/chrome-sandbox is owned by root and has mode 4755.
[1] 584847 trace trap (core dumped) ./Outline-Client.AppImage
If I run outline with ./Outline-Client.AppImage --no-sandbox
then it works perfectly fine, but this is supposed to be much less secure.
I'm wondering if there is a way to run outline without having to use the --no-sandbox
flag