wireapp / wire-desktop

:computer: Wire for desktop
https://wire.com/download/
GNU General Public License v3.0
1.08k stars 236 forks source link

Black screen share #1630

Open zach-c-d opened 6 years ago

zach-c-d commented 6 years ago

wire_blackscreenshare

---> Hey there! Screen sharing produces only a black screen with the cursor moving on top :( Wire version: Version 3.2.2840 Wire for Web Version 2018.07.16.1405 Fedora 27 x86_64 Linux 4.15.17-300.fc27.x86_64

gregor commented 6 years ago

Thanks for the report. Not much we can do to be honest though. We rely on the desktop capturer provided by electron which seems to have a bunch of issues with Linux. We will definitely update to newer electron versions once they become stable enough and hope that those address your issue.

different55 commented 5 years ago

Probably happening because we're running on Wayland. Black screen with a cursor is the only thing a lot of X screen recorders can see now. Guess Electron/Chromium are caught up in that too. Would Electron or Chromium be the best place to find a relevant bug to watch?

ffflorian commented 4 years ago

Hi @different55, I can reproduce this behavior with Wayland. This is a known Electron bug, see https://github.com/jitsi/jitsi-meet-electron/issues/200 and https://github.com/electron/electron/issues/10915.

maximbaz commented 3 years ago

Electron 12 has just been released, with support for Wayland! 🎉 🚀 I've seen people confirming that screen sharing finally works on Wayland in e.g. Slack which also uses Electron under the hood.

zach-c-d commented 3 years ago

Thanks for updating this after all this time @maximbaz !