diff --git a/README.md b/README.md index 53fc0232e..2c3d11aa3 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,6 @@ None * If you can't execute the file directly after downloading it, try running `chmod u+x ./jitsi-meet-x86_64.AppImage` -* Under Wayland, screensharing is currently buggy: - * Sharing a full screen is not possible - * When trying to start screensharing under Wayland, 2 permission popups will show up. First a PipeWire-based system selector, then a Jitsi internal selector. Select the application window in the first selector and click allow; then do the same in the Jitsi internal selector. This is how sharing application windows works, as sharing a full screen is unfortunately not possible. - * On Ubuntu 22.04 and later, the AppImage will fail with a FUSE error (as the AppImage uses `libfuse2`, while 22.04 comes with `libfuse3` by default): ```