I download the AppImage file of Neo4j desktop (neo4j-desktop-1.5.9-x86_64.AppImage) from their webpage. As instructed on their webpage, I made this file executable, but when I tried to execute it from the command line, it gave the following error:
[194753:0910/144124.104013: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_neo4j-IzuC1g/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)
I also does not run by double-clicking it. How to fix this issue?