I just set up Zoom in a systemd-nspawn
container and discovered the following missing dependencies:
-
libxcursor
: Zoom will just refuse to start witherror while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory
-
libxkbcommon-x11
: Without this, keyboard input will just be ignored. There is a little hint in the log:Qt: Failed to create XKB context!
-
ttf-dejavu
: Without this, Zoom just won't show any fonts. A different font would probably do as well, so depending on thettf-font
metapackage might be sufficient.
Pinned Comments
erbrecht commented on 2024-11-19 13:06 (UTC)
@Rhinoceros - I finally got screen sharing to work under KDE with Wayland. Looks like I'm using the same versions as you:
I followed the Screen share section on the Zoom wiki page:
https://wiki.archlinux.org/title/Zoom_Meetings
The only thing I didn't need to do was set XDG_CURRENT_DESKTOP=gnome. I followed the other steps, and now I can choose my desktop/window to share. Prior to following the wiki I couldn't stop screen sharing without the hanging issue, which I was experiencing prior to 6.2.10.
edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)