From 007642e5f3e8c674ff6d58e69d7e9c13d164371c Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Mon, 12 Aug 2024 10:06:21 +0200 Subject: README(Ubuntu): Document 24.04 workaround (#976) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e73e807..4a34e64 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,16 @@ None sudo apt install libfuse2 ``` +* On Ubuntu 24.04 and later, the AppImage will fail with a sandboxing error (`The SUID sandbox helper binary was found, but is not configured correctly...`) + This is due to AppArmor conflicting by restricting unprivileged user namespaces (https://github.com/jitsi/jitsi-meet-electron/issues/965, + [Ubuntu blog post](https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces)). + + To workaround this, disable the use of the sandbox with `--no-sandbox`: + + ``` + ./jitsi-meet-x86_64.AppImage --no-sandbox + ``` + * If you experience a blank page after jitsi server upgrades, try removing the local cache files: ``` -- cgit v1.2.3