From 2e3f8fac17d05e5313a7e8352e2fc632ec84e47d Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Mon, 2 May 2022 07:16:10 +0200 Subject: Update README for Ubuntu 22.04 (#753) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ccc7c9e..3081149 100644 --- a/README.md +++ b/README.md @@ -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 +``` +
NOTE for old GNU/Linux distributions You might get the following error: -- cgit v1.2.3