ubuntu直接运行程序报错
./cursor-0.45.14x86_64.AppImage
[7649:0305/230519.822849:FATAL:setuid_sandbox_host.cc(163)] 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_cursorZRBSF5/chrome-sandbox is owned by root and has mode 4755.
追踪或断点陷阱 (核心已转储)
将程序解压
./cursor-0.45.14x86_64.AppImage --appimage-extract
cd squashfs-root/
sudo chown root:root chrome-sandbox
sudo chmod 4755 chrome-sandbox
./AppRun
这样问题就解决了