Skip to content

Commit

Permalink
chore(deps) update electron to 26.1.0
Browse files Browse the repository at this point in the history
Contains the fix for the pipewire selector. Its now a combined selector, same as Chrome/Firefox, and contains the fix for the hard crash on wayland when stopping screenshare. Unfortunately sharing the full screen still does not work under wayland, only sharing individual windows (tested with Ubuntu 22.04).

Sharing a windows is still very cumbersome, as one needs to select the
window in the pipewire selector, then quickly select it in the jitsi
built-in selector as well and then it works. If one is too slow (>2
seconds) on the second selector, the pipewire selector comes up again.

See: #829
  • Loading branch information
csett86 committed Sep 4, 2023
1 parent 82f8b7d commit 28f6883
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"babel-loader": "^8.2.3",
"concurrently": "5.1.0",
"css-loader": "^6.7.1",
"electron": "25.3.0",
"electron": "26.1.0",
"electron-builder": "24.4.0",
"electron-context-menu": "^2.5.0",
"electron-is-dev": "^1.2.0",
Expand Down

0 comments on commit 28f6883

Please sign in to comment.