---
title: "deepin v20 & uos 20 无法运行electron应用(appimage）解决方法"
id: "2892"
type: "post"
slug: "deepin-v20-uos-20-%e6%97%a0%e6%b3%95%e8%bf%90%e8%a1%8celectron%e5%ba%94%e7%94%a8appimage%ef%bc%89%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95"
published_at: "2020-04-15T15:34:21+00:00"
modified_at: "2020-05-19T03:03:44+00:00"
url: "https://seq.ink/all/2892.html"
markdown_url: "https://seq.ink/all/2892.html.md"
excerpt: "打开终端 运行你不能启动的程序： master@Origin:~$ electron-ssr [5388:0415/233033.798417:FATAL:setuid_sandbox_host.cc(157)] The SUID sand ..."
taxonomy_category:
  - "ALL"
  - "Linux"
---

打开终端 运行你不能启动的程序：

master@Origin:~$ electron-ssr  
 [5388:0415/233033.798417:FATAL:setuid_sandbox_host.cc(157)] 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 /opt/electron-ssr/chrome-sandbox is owned by root and has mode 4755.

给它设置权限(具体路径按错误提示里面，部分随机命名到/tmp路径下的应用暂时无解)：

sudo chmod 4755 /opt/electron-ssr/chrome-sandbox
