Package Details: zoom 6.1.1-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: 652
Popularity: 9.44
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-07-02 12:31 (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 .. 53 54 55 56 57 58 59 60 61 62 63 .. 69 Next › Last »

edh commented on 2019-05-27 06:43 (UTC) (edited on 2019-05-27 06:44 (UTC) by edh)

@je-vv Is there any other way to get sound without this dependency?

je-vv commented on 2019-05-27 01:10 (UTC)

pulseaudio-alsa should be just an optional dependency, since it's required only when pulse is present, and how it's now, pulse audio is forced to get zoom installed.

hkirsman commented on 2019-04-13 22:42 (UTC)

The issue was with latest mesa https://www.mesa3d.org/relnotes/19.0.2.html

Needed to do some magic to get the version updated because I had some patch version [19.0.1+really+18.3.5-1] which pamac didn't understand anymore. The whole story here: https://forum.manjaro.org/t/something-with-gpu-broke-in-deepin/83004/17

The Flatpack version worked but it the video was a bit lagging so switching back to native. At least there's an alternative if something happens.

hkirsman commented on 2019-04-10 11:49 (UTC)

Works with Flatpack. Tx!

SanskritFritz commented on 2019-04-10 10:20 (UTC)

Since Zoom is distributed as binary with given dependencies, any change in Archlinux can render Zoom nonfuncional. Hence I would recommend using the Flatpack version which ships the libraries Zoom is depending on: https://flathub.org/apps/details/us.zoom.Zoom

hkirsman commented on 2019-04-10 09:17 (UTC) (edited on 2019-04-10 09:18 (UTC) by hkirsman)

My Zoom stopped working after system update (I think Zoom was not updated). Could you say what could be wrong? This I get when executing on shell: libEGL warning: DRI2: failed to authenticate libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/dri) libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/dri) libEGL warning: DRI2: failed to authenticate libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/dri) libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/dri) QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled

edit: how can you make code blocks here? :)

edh commented on 2019-01-21 17:36 (UTC)

@daenney Thanks for the hint. Done.

daenney commented on 2019-01-21 14:41 (UTC)

With 2.7.x the PKGBUILD can use a smaller list of dependencies as they now seem to bundle the parts of Qt required:

depends=('glib2' 'libxcb' 'libxfixes' 'libxrandr' 'fontconfig' 'mesa' 'libxi'
         'libsm' 'libxrender' 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'dbus' 'ibus')