Package Details: zoom 6.0.12-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: 10.58
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-06-01 16:23 (UTC)

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 2 3 4 5 6 7 8 9 10 11 .. 67 Next › Last »

l3lu3 commented on 2023-08-19 10:01 (UTC)

Can confirm that changing pkgver to 15.5.7 and subversion to 6521 does build correctly. Here's my updated PKGBUILD:


pkgname=zoom
pkgver=5.15.7
_subver=6521
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
url="https://zoom.us/"
depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb'
    'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr'
    'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image'
    'xcb-util-keysyms' 'dbus' 'libdrm')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
    'qt5-webengine: SSO login support'
    'ibus: remote control'
    'picom: extra compositor needed by some window managers for screen sharing'
    'xcompmgr: extra compositor needed by some window managers for screen sharing')
options=(!strip)
source=("${pkgname}-${pkgver}.${_subver}_orig_x86_64.pkg.tar.xz"::"https://cdn.zoom.us/prod/${pkgver}.${_subver}/zoom_x86_64.pkg.tar.xz")
sha512sums=('bac065d39fe45d27f347c3dde1f345a39066b63c38c5973069ed3524c0d025277d5d2e0c2e26967e806b6d511812a6d2e19c56476e9d6344e89b11b3cf782c24')

prepare() {
    sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"
    sed -i 's/StartupWMClass=Zoom/StartupWMClass=zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"
}

package() {
    cp -dpr --no-preserve=ownership opt usr "${pkgdir}"
}

tychoish commented on 2023-08-18 19:42 (UTC)

I recently ran into a problem where the package included the wrong versions of libraries and as a result zoom would not run.

I think the fix is to clean the package directory before rebuilding the package.

not_anonymous commented on 2023-08-17 19:11 (UTC) (edited on 2023-08-17 19:12 (UTC) by not_anonymous)

Latest upstream version 5.15.7 subversion 6521 seems to build and load as does the current PKGBUILD for 5.15.5 subversion 5603..... i.e. I think it is "a.o.k." to upgrade these parameters in the PKGBUILD and .SRCINFO files.

cbrake commented on 2023-07-12 13:39 (UTC)

I have two Arch computers -- sidebar works on one (Nvidia graphics), and crashes on the other (Intel graphics). I'm not sure if the Nvidia/Intel is the difference, or if there is something else different between the machines.

cbrake commented on 2023-07-12 13:24 (UTC)

@tomtrebicky -- your workaround for the sidebar crashing worked for me -- thanks for sharing!

tomtrebicky commented on 2023-07-12 13:04 (UTC)

A workaround for the "sidebar" crashing issue found here https://community.zoom.com/t5/Meetings/Debian-12-zoom-crashes-just-after-login/m-p/126297

I found a workaround for this issue start zoom with QT_QPA_PLATFORM=xcb, and toggle off sidebar. after that you can run zoom with QT_QPA_PLATFORM=wayland and it will not crash untill you toggle the sidebar back 😃

cbrake commented on 2023-07-11 15:39 (UTC) (edited on 2023-07-11 15:39 (UTC) by cbrake)

@edh thanks for the suggestion -- I checked and already have pipewire-alsa installed.

edh commented on 2023-07-11 09:02 (UTC)

@joaocandre,@TripleSpeeder Can you try installing pipewire-alsa? Zoom runs just fine for me but I do have pipewire-alsa installed (which provides pulseaudio-alsa).

TripleSpeeder commented on 2023-07-10 13:58 (UTC)

@cbrake I got the exact same issue. Please let us know if you find a fix for this...

joaocandre commented on 2023-07-10 12:49 (UTC)

I'm using pipewire getting the pacmd: command not found error mentioned by @urbanslug, but can't install pulseaudio-utils because it isn't available anymore. pacmd is only provided by pulseaudio package which I'm unable to install as it conflicts with pipewire. Is downgrading the only known solution for this? Because I assume previous versions also used pulseaudio and therefore would still rely on pacmd?

I also have no ~/.config/zoomus.conf, and can only get anything out of zoom if I delete ~/.zoom completely before running from the command line.