diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2024-08-12 10:06:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 10:06:21 +0200 |
commit | 007642e5f3e8c674ff6d58e69d7e9c13d164371c (patch) | |
tree | 0da18e28bde2b0cff80bcd65f23bc3246bb22186 | |
parent | 81a36af44e8082535e77ecfc7dc5db2c3a9dc30b (diff) |
README(Ubuntu): Document 24.04 workaround (#976)
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: ``` |