aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Settgast <csett86_git@quicksands.de>2023-09-16 22:25:08 +0200
committerGitHub <noreply@github.com>2023-09-16 22:25:08 +0200
commit6baf1e0ff0501cbcc2fcc78e4f6dd0d2bc8eeec1 (patch)
tree4279f008e83020b2a9d4fe4a8716088b32845715
parent0f836582daa1f2d4f53f8bda5279919308aa90cc (diff)
README: document current wayland issues (#912)
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index c896bab..330a846 100644
--- a/README.md
+++ b/README.md
@@ -147,9 +147,8 @@ On macOS Catalina, a warning will be displayed on first install. The app won't o
* 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 fullscreen is not supported at the moment
- * When trying to start screensharing under wayland, 2 permission popups will show up. First a pipewire based system selector, then a jitsi internal selector. In the following jitsi-internal selector, be quick (<2 seconds) to select an application to start the screensharing. If you take longer, then the first permission pupup will come again.
- * Use a browser to share your screen with wayland. X11 is not affected by this.
+ * When trying to start screensharing under wayland, 2 permission popups will show up. First two pipewire based system selectors, then a jitsi internal selector. You need to select something in both (overlapping) Pipewire promots. In the following jitsi-internal selector, be quick (<2 seconds) to select a screen or an application to start the screensharing. If you take longer, then the first permission pupups will come again.
+ * X11 is not affected by this
* On Ubuntu 22.04, the AppImage will fail with a fuse error (as the AppImage uses `libfuse2`, while 22.04 comes with `libfuse3` by default):