When I try to run Cursor on a linux command line, it gives me the following error and exits:
❯ ./Cursor-0.47.9-x86_64.AppImage
The setuid sandbox is not running as root. Common causes:
* An unprivileged process using ptrace on it, like a debugger.
* A parent process set prctl(PR_SET_NO_NEW_PRIVS, ...)
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
[377054:0327/213053.014754:FATAL:zygote_host_impl_linux.cc(207)] Check failed: . : Invalid argument (22)
[1] 377054 trace trap ./Cursor-0.47.9-x86_64.AppImage
I’m running Tuxedo OS 24.04 which is based on Ubuntu 24.04. The package libfuse2t64
is installed already and I did give the file execute permissions.