EasyEDA Pro sur Linux : Comment corriger The SUID sandbox helper binary was found ...

Problème

Au démarrage d’EasyEDA Pro sur Linux, l’application ne se lance pas et se termine avec le message d’erreur suivant :

easyeda-pro-error.txt
[384694:0217/215920.963708:FATAL:setuid_sandbox_host.cc(158)] 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 /home/user/easyeda-pro/chrome-sandbox is owned by root and has mode 4755.

Solution

Comme le suggère le message d’erreur, le dossier chrome-sandbox dans le répertoire d’installation d’EasyEDA Pro doit appartenir à root et avoir le bit setuid défini. Vous pouvez corriger cela en exécutant la commande suivante dans un terminal :

N’oubliez pas de remplacer le répertoire dans la commande par le chemin réel de votre installation EasyEDA Pro ! (copiez-collez-le à partir du message d’erreur)

fix-easyeda-pro.sh
sudo chown -R root:root /home/user/easyeda-pro/chrome-sandbox
sudo chmod -R 4755 /home/user/easyeda-pro/chrome-sandbox

Check out similar posts by category: Electronics