ubuntu 运行cursor报错


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

这样问题就解决了


文章作者: TerSup
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 TerSup !
  目录