diff options
author | Christoph Settgast <csett86@web.de> | 2022-05-02 07:16:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 07:16:10 +0200 |
commit | 2e3f8fac17d05e5313a7e8352e2fc632ec84e47d (patch) | |
tree | bafa678829d0e690fa8b1c1f1dda8c936b68add0 /README.md | |
parent | db3a6e27abc8196349276c8b553b51e3f8fda02d (diff) |
Update README for Ubuntu 22.04 (#753)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -162,6 +162,18 @@ On macOS Catalina a warning will be displayed on first install. The app won't op If after downloading it, you can't execute the file directly, try running `chmod u+x ./jitsi-meet-x86_64.AppImage` +On Ubuntu 22.04 the AppImage will fail with a fuse error (as AppImage uses libfuse2, while 22.04 already comes with libfuse3 by default): + +``` +dlopen(): error loading libfuse.so.2 +``` + +To fix this, install libfuse2 as follows: + +``` +sudo apt install libfuse2 +``` + <details><summary>NOTE for old GNU/Linux distributions</summary> You might get the following error: |