Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| sysadmin:linux:format_appimage [2025/11/23 15:33] – [Erreur "The SUID sandbox helper binary was found, but is not configured correctly."] yoann | sysadmin:linux:format_appimage [2025/11/23 15:41] (Version actuelle) – [Erreur "The SUID sandbox helper binary was found, but is not configured correctly."] yoann | ||
|---|---|---|---|
| Ligne 99: | Ligne 99: | ||
| - | ===== Dépannages | + | ===== Dépannage |
| ==== Erreur "The SUID sandbox helper binary was found, but is not configured correctly." | ==== Erreur "The SUID sandbox helper binary was found, but is not configured correctly." | ||
| Certaines applications refusent de se lancer et retourne un message du type : | Certaines applications refusent de se lancer et retourne un message du type : | ||
| + | |||
| < | < | ||
| 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 / | 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 / | ||
| </ | </ | ||
| - | Décompresser l'image et modifier les droits sur le fichier **chrome-sandbox** présent à la racine de l' | + | Deux possibilités : |
| + | |||
| + | * Lancer l' | ||
| + | * Décompresser l'archive AppImage et corriger le problème de droit ; | ||
| + | |||
| + | |||
| + | Pour corriger le problème lié au droit, décompresser l' | ||
| <code bash> | <code bash> | ||
| Ligne 125: | Ligne 132: | ||
| sudo chown root: chrome-sandbox | sudo chown root: chrome-sandbox | ||
| sudo chmod 4755 chrome-sandbox | sudo chmod 4755 chrome-sandbox | ||
| + | </ | ||
| + | |||
| + | |||
| + | Pour lancer l' | ||
| + | <code bash> | ||
| + | ./ | ||
| </ | </ | ||