06-01-2023, 11:02
Heute wollte ich ein AppImage starten, aber es funktionierte nicht.
Es ist darauf zu achten, dass die Datei mit der Endung appimage ausführbar ist.
Dann habe ich gelernt, dass die Datei wie folgt aufzurufen ist:
Doch darauf erschien folgende Fehlermeldung:
Die Lösung ist, dass diese komische Sandbox ausgeschaltet werden muss:
Gefunden habe ich die Info hier:
https://github.com/standardnotes/forum/issues/722
Es ist darauf zu achten, dass die Datei mit der Endung appimage ausführbar ist.
Dann habe ich gelernt, dass die Datei wie folgt aufzurufen ist:
Code:
./datei.appimageDoch darauf erschien folgende Fehlermeldung:
Zitat:[7056:0612/001959.458244:FATALetuid_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 /tmp/.mount_Obsidib35jwa/chrome-sandbox is owned by root and has mode 4755.
Trace/Breakpoint ausgelöst
Die Lösung ist, dass diese komische Sandbox ausgeschaltet werden muss:
Code:
./datei.appimage --no-sandboxGefunden habe ich die Info hier:
https://github.com/standardnotes/forum/issues/722


etuid_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 /tmp/.mount_Obsidib35jwa/chrome-sandbox is owned by root and has mode 4755.