From 6f6670e50bd1818bddd48b22746ca212d406548d Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Sun, 11 Aug 2024 21:38:34 +0200 Subject: [PATCH] README(Ubuntu): Document 24.04 workaround See: #965 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e73e80754..4a34e642c 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: ```