You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
For a long time Discord's Electron app has not supported PipeWire. Without PipeWire basically you will never get working screen sharing on Wayland.
Most recent Electron apps require --enable-features=WebRTCPipeWireCapturer at runtime to get PipeWire working properly. However this doesn't do anything on Discord Canary (Electron 13) or Stable (Electron 9), which is contrast to apps like Slack (Electron 13) which work just fine with that flag. I've tried both this package and using Discord's default Electron and nothing changes.
As mentioned here this probably requires patching Discord's Electron or JavaScript somehow. Theoretically if that's done we can contribute it upstream to Discord's Electron fork.
I opened this issue here as it might become too lengthy for the AUR discussion page.
Does anyone know of any ways of getting Discord's client to screen share with PipeWire? I haven't found any clues in the console or in terminal logs.
For a long time Discord's Electron app has not supported PipeWire. Without PipeWire basically you will never get working screen sharing on Wayland.
Most recent Electron apps require
--enable-features=WebRTCPipeWireCapturer
at runtime to get PipeWire working properly. However this doesn't do anything on Discord Canary (Electron 13) or Stable (Electron 9), which is contrast to apps like Slack (Electron 13) which work just fine with that flag. I've tried both this package and using Discord's default Electron and nothing changes.As mentioned here this probably requires patching Discord's Electron or JavaScript somehow. Theoretically if that's done we can contribute it upstream to Discord's Electron fork.
I opened this issue here as it might become too lengthy for the AUR discussion page.
Does anyone know of any ways of getting Discord's client to screen share with PipeWire? I haven't found any clues in the console or in terminal logs.
See also: flathub/com.discordapp.Discord#89
The text was updated successfully, but these errors were encountered: