diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2023-05-10 19:23:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 19:23:40 +0200 |
commit | 8f34cca9a395d5a1b88d60ff7e7f841507b94d80 (patch) | |
tree | 10bfa66cc500d287777d590070dd97073738ee33 /README.md | |
parent | c6ffffaa1816a9fb420fe4dd7f60e8cff52bc29c (diff) |
chore(deps) update Electron to 24 (#862)
* chore(deps) update Electron to 24
* docs: document broken screensharing on wayland
See #829
---------
Co-authored-by: Christoph Settgast <csett86_git@quicksands.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -9,6 +9,7 @@ Desktop application for [Jitsi Meet] built with [Electron]. - [End-to-End Encryption](https://jitsi.org/blog/e2ee/) support (BETA) - Works with any Jitsi Meet deployment - Builtin auto-updates +- Screensharing (Windows, Mac, X11 only. Not supported under Wayland, see known issues below) - ~Remote control~ (currently [disabled](https://github.com/jitsi/jitsi-meet-electron/issues/483) due to [security issues](https://github.com/jitsi/security-advisories/blob/master/advisories/JSA-2020-0001.md)) - Always-On-Top window - Support for deeplinks such as `jitsi-meet://myroom` (will open `myroom` on the configured Jitsi instance) or `jitsi-meet://jitsi.mycompany.com/myroom` (will open `myroom` on the Jitsi instance running on `jitsi.mycompany.com`) @@ -145,6 +146,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 not currently supported (due to https://github.com/electron/electron/issues/37463), and the app will crash with a segfault! + * 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): ``` @@ -157,15 +160,6 @@ On macOS Catalina, a warning will be displayed on first install. The app won't o sudo apt install libfuse2 ``` - -* Under wayland, experimental native wayland support can be enabled with the command-line switch `--ozone-platform-hint` set to `auto`: - - ``` - ./jitsi-meet-x86_64.AppImage --ozone-platform-hint=auto - ``` - - Note that screen-sharing is not currently supported under wayland, and the permissions prompt may loop endlessly. - * If you experience a blank page after jitsi server upgrades, try removing the local cache files: ``` |