Skip to content

Commit

Permalink
README: document wayland screensharing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Jul 17, 2023
1 parent c022605 commit 4e1a1c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ 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 not currently supported (due to https://github.com/electron/electron/issues/37463), and the app will crash with a segfault!
* Under wayland, screensharing is currently buggy:
* The app will crash on stopping screensharing
* When trying to start screensharing under wayland, 2 permission popups will show up. In both, something needs to be allowed, then in the following jitsi-internal selector, be quick (<2 seconds) to select a screen or application to start the screensharing. If you take longer, then the permission pupups will come again. If you cancel one of the permission popups, screensharing cannot be started successfully. These issues are known to the electron project and currently a limitation of electron under wayland. Use a browser to share your screen with wayland. 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):

Expand Down

0 comments on commit 4e1a1c9

Please sign in to comment.