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
arash-m commented on 2024-09-15 15:56 (UTC)
Tested 6.2.0-1. Sharing works for me, but it still crashes after stopping. The workaround for me is still downgrading pipewire and libpipewire to 1.0.7 before meetings.
a172 commented on 2022-06-13 14:25 (UTC) (edited on 2022-06-13 14:25 (UTC) by a172)
@edh - That's not the answer I was hoping for (I was really hoping we could get it to launch without xwayland), but at least I know I'm not missing something.
Some
~/.config/zoomus.conf
updates:qt5-webengine
installed, and theebeddedBrowserForSSOLogin
line doesn't exist in my configzoomus.conf
. SSO login works just fine (issues with Firefox containers aside).pipewire-pulse
.system.audio.type
defaulted toalsa
for me (or I changed it without realizing it). I probably could have installedpipewire-alsa
and fixed my issues, but I setsystem.autio.type=pulse
(a lucky guess) and this worked. This should work for anyone using straight PulseAudio as well.If anyone finds documentation on
~/.config/zoomus.conf
, please let us know.edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)