aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Settgast <csett86_git@quicksands.de>2024-08-12 10:06:21 +0200
committerGitHub <noreply@github.com>2024-08-12 10:06:21 +0200
commit007642e5f3e8c674ff6d58e69d7e9c13d164371c (patch)
tree0da18e28bde2b0cff80bcd65f23bc3246bb22186
parent81a36af44e8082535e77ecfc7dc5db2c3a9dc30b (diff)
README(Ubuntu): Document 24.04 workaround (#976)
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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:
```