dlopen(): error loading libfuse.so.2
for latest linux distributions, libfuse2 is no longer available.
you can install libfuse2t64 to fix this issue.
The SUID sandbox helper binary was found, but is not...
full error message like:
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.
the problem is that Ubuntu 24.04 implemented new restrictions for AppImage apps, which restricts the use of sandboxes.
the easiest way to fix this is to run the AppImage with the --no-sandbox flag:
./Neuron.AppImage --no-sandbox
GTK 2/3 symbols detected
you can start with --gtk-version=3 flag:
./Neuron.AppImage --gtk-version=3
dlopen(): error loading libfuse.so.2for latest linux distributions,
libfuse2is no longer available.you can install
libfuse2t64to fix this issue.The SUID sandbox helper binary was found, but is not...full error message like:
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.the problem is that Ubuntu 24.04 implemented new restrictions for AppImage apps, which restricts the use of sandboxes.
the easiest way to fix this is to run the AppImage with the
--no-sandboxflag:GTK 2/3 symbols detectedyou can start with
--gtk-version=3flag: