Hi there,
I’m trying to run the Github Desktop Linux fork .appimage version.
When I try to install it I get the following error,
* 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
Trace/breakpoint trap (core dumped)
Steps I have taken so far:
- After googling setuid I have worked out that it is related with chrome and I have tried to run it as root but that haven’t worked
- I have also tried
sudo ./GitHubDesktop-Linux-2.5.0-linux1.AppImage
- I have also tried to install it by double-clicking it with the graphical interface
Thank you