Open
Description
Solution: Deepin Linux should be configured to allow unprivileged namespaces:
https://docs.appimage.org/user-guide/troubleshooting.html#i-have-issues-with-electron-based-appimages-and-their-sandboxing
Please create a file /etc/sysctl.d/00-local-userns.conf
with the following content:
echo kernel.unprivileged_userns_clone = 1
Then, Electron-based AppImages should work.