flathub / us.zoom.Zoom

https://flathub.org/apps/details/us.zoom.Zoom
35 stars 46 forks source link

Screensharing doesn't work on Kde Plasma Wayland #355

Open msrn opened 1 year ago

msrn commented 1 year ago

Flatpak version: 5.12.2.4816 Distro: OpenSuse Tumbleweed 20221101 DE: KDE Plasma 5.26

It is somehow broken again.

kuva

RalfJung commented 1 year ago

FWIW I am doing this before starting zoom in flatpak and it works on KDE Plasma Wayland for me:

export QT_QPA_PLATFORM=xcb
export XDG_CURRENT_DESKTOP=GNOME

EDIT: More specifically, I am running zoom as

flatpak run --env=QT_QPA_PLATFORM=xcb --env=XDG_CURRENT_DESKTOP=GNOME us.zoom.Zoom
msrn commented 1 year ago

FWIW I am doing this before starting zoom in flatpak and it works on KDE Plasma Wayland for me:

export QT_QPA_PLATFORM=xcb
export XDG_CURRENT_DESKTOP=GNOME

EDIT: More specifically, I am running zoom as

flatpak run --env=QT_QPA_PLATFORM=xcb --env=XDG_CURRENT_DESKTOP=GNOME us.zoom.Zoom

Thanks for the info.

Seems like we need to introduce this workaround back again. https://github.com/flathub/us.zoom.Zoom/pull/338

violetmage commented 1 year ago

@msrn I agree.

Additionally, I think that going forward we should simply leave this as our default behavior, and only bother reconsidering if the zoom developers properly address the issue.

adamth0mps0n commented 1 year ago

Even with the workaround I get an error message "Failed to create PipeWire context"