Skip to content

Commit

Permalink
Update README for Ubuntu 22.04 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored May 2, 2022
1 parent db3a6e2 commit 2e3f8fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e3f8fa

Please sign in to comment.