Skip to content

Commit

Permalink
README(Ubuntu): Document 24.04 workaround
Browse files Browse the repository at this point in the history
See: #965
  • Loading branch information
csett86 authored Aug 11, 2024
1 parent 81a36af commit 6f6670e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 6f6670e

Please sign in to comment.