Package Details: zoom 6.2.0-1

Git Clone URL: https://aur.archlinux.org/zoom.git (read-only, click to copy)
Package Base: zoom
Description: Video Conferencing and Web Conferencing Service
Upstream URL: https://zoom.us/
Keywords: call conference meeting video
Licenses: LicenseRef-zoom
Submitter: edh
Maintainer: edh
Last Packager: edh
Votes: 661
Popularity: 8.25
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-09-15 14:44 (UTC)

Dependencies (31)

Sources (1)

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:

  • SSO Login: I don't have qt5-webengine installed, and the ebeddedBrowserForSSOLogin line doesn't exist in my config zoomus.conf. SSO login works just fine (issues with Firefox containers aside).
  • Audio: I am using Pipewire via pipewire-pulse. system.audio.type defaulted to alsa for me (or I changed it without realizing it). I probably could have installed pipewire-alsa and fixed my issues, but I set system.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)

I contacted the zoom support on 13th July 2016 and tried to lure them into creating a proper PKGBUILD respectively adopting this one, considering they are providing a package over very none standard ways to the Arch Linux community (downloading via a *foreign* site) and not through the official repo or the AUR. However there was little to no progress so far.

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 74 Next › Last »

nadavz commented on 2021-10-07 09:12 (UTC)

I've fixed many Wayland related crashes by changing Zoom to use X11. cp /usr/share/applications/Zoom.desktop ~/.local/share/applications/ and apply

< Exec=/usr/bin/zoom %U
---
> Exec=env QT_QPA_PLATFORM=xcb /usr/bin/zoom %U

pintert3 commented on 2021-10-03 18:59 (UTC)

@je-vv thanks for your suggestions, I tried most of them but none in particular made immediate impact, however, I believe it was probably a sort of glitch when some hosts added me to a meeting. If the host ever went offline, the problem would clear from that point onwards. The last update cleared the issue. Thanks again

sispus commented on 2021-09-30 07:11 (UTC)

hi, I am unable to get sound in zoom with pipewire on archlinux. As hv15 says, changing the line system.audio.type=default to system.audio.type=alsa in ~/.config/zoomus.conf works. However, I cannot use bluetooth headphones, it requires bluetooth to connect for alsa ( using bluez-alsa ) package and make necessary configurations (which results not to use pipewire for bluetooth).

Are there anyone use pipewire without problem?

openmindead commented on 2021-09-25 16:05 (UTC) (edited on 2021-09-25 16:07 (UTC) by openmindead)

Speaking of ibus dependency: fcitx5 works with Zoom just fine. So there's no need to force ibus to be installed as Zoom's dependency. Those who use it already have it installed right? And as of now those who don't use it just get a bunch of extra useless packages.

async commented on 2021-09-23 19:50 (UTC)

I looked through some of the recent comments and didn't see anything about this.. after a recent update, Zoom is now adjusting the volume of my microphone down to near-zero each time I join a call. It is driving me absolutely crazy.

I am using zoom-firejail.. combined with recent updates, I'm thinking it may have introduced a bug?

edh commented on 2021-09-22 20:27 (UTC)

Yes! Finally! I have been patiently waiting for a new release to free me from the current situation! :)

zeroconf commented on 2021-09-22 14:52 (UTC)

Zoom 5.8.0 has arrived - https://zoom.us/download#client_4meeting Appreciate, that available at Arch!

bulletmark commented on 2021-09-21 22:23 (UTC) (edited on 2021-09-21 22:26 (UTC) by bulletmark)

@alerque, why wouldn't that fix it? When this issue arose, the checksum could have just been updated (for the new binary), along with a pkgrel bump, and all of this drama would have been averted. Marking it version 5.7.6.a is less semantically correct because it implies an upstream version number change, which did not occur.

alerque commented on 2021-09-21 22:05 (UTC)

@bulletmark Bumping the pkgrel would not fix this, nor would it be semantically correct.

@edh Marking this as 5.7.6.a isn't a bad option actually. I don't think many who have already built this will care about doing so again, most are going to be using AUR helpers anyway that will just take care of it.

bulletmark commented on 2021-09-21 21:59 (UTC)

But the upstream binary package has changed, thus everybody should update! It is odd and undesirable when upstream packagers do this but it is not unprecedented and in cases where I have seen this before, the AUR maintainer just bumps the pkgrel without any of the ongoing confusion and dialog we have seen here.