Skip to content

Commit

Permalink
chore(deps) update Electron to 24 (jitsi#862)
Browse files Browse the repository at this point in the history
* chore(deps) update Electron to 24
* docs: document broken screensharing on wayland

See jitsi#829

---------

Co-authored-by: Christoph Settgast <[email protected]>
  • Loading branch information
saghul and csett86 authored May 10, 2023
1 parent 7c7f2f9 commit b426b24
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 186 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down Expand Up @@ -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):

```
Expand All @@ -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:

```
Expand Down
Loading

0 comments on commit b426b24

Please sign in to comment.