Package Details: zoom 6.1.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: 651
Popularity: 9.48
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-06-19 13:04 (UTC)

Dependencies (31)

Sources (1)

Pinned Comments

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 .. 60 61 62 63 64 65 66 67 68 69 Next › Last »

rbellamy commented on 2016-08-31 21:53 (UTC)

Sorry flagged this as out of date because the client is claiming there is a newer version, and when I look at my `pacman -Qi zoom` it shows 2.0.57232.0713-2. However, clearly this package is using the most recent version, 2.0.63547.0830.

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.

chaparro commented on 2016-08-25 05:26 (UTC)

Has anyone tried using https://zoom.us/client/latest/zoom_2.0.57232.0713_x86_64.pkg.tar.xz? Not sure if this was just an oversight but it may help.

juantascon commented on 2016-08-12 16:17 (UTC)

a bit out of topic here but do you guys know if there's any way to join a conference via command line? all I found on the internet was docs for doing it trough the UI, zoom -h or zoom --help doesn't tell anything either

edh commented on 2016-08-10 16:07 (UTC) (edited on 2016-08-10 16:07 (UTC) by edh)

@tad Your argument seems reasonable. I altered the dependency array according to your suggestions but added a couple of qt5 dependencies and gstreamer.

tad commented on 2016-08-10 07:43 (UTC)

edh, check here: https://support.zoom.us/hc/en-us/articles/204206269-Linux-Installation I ran through namcap with the dependencies listed and it works fine on qt5. In fact it's the only way to get HiDPI support.

edh commented on 2016-08-06 11:45 (UTC)

@tad Thanks for the hint about the static source link. I altered the PKGBUILD accordingly. However I am not so sure about the dependencies you listed. The current dependencies are directly taken from the upstream package with no modifications, therefore I expect that the developers in one or the other way rely on each of them.

tad commented on 2016-08-06 07:17 (UTC)

I took a moment to clean up some dependencies, as they have changed. qt4 is no longer needed, for example. depends=( 'glib2' 'gstreamer' 'libxcb' 'xcb-util-image' 'fontconfig' 'mesa' 'libxi' 'libsm' 'libxrender' 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'xcb-util-keysyms' )

tad commented on 2016-08-06 06:51 (UTC) (edited on 2016-08-06 06:51 (UTC) by tad)

This works: source_i686=("https://zoom.us/client/{$pkgver}/zoom_${pkgver}_i386.deb") source_x86_64=("https://zoom.us/client/{$pkgver}/zoom_${pkgver}_amd64.deb")

edh commented on 2016-06-02 14:43 (UTC)

@bcc Thanks for flagging the package. Unfortunately the zoom release blog is not updated timely, plus they don't use static links for one release but prefer to break the existing link each time a new release is introduced.