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
Search Criteria
Package Details: zoom 6.2.6-1
Package Actions
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: | 669 |
Popularity: | 7.40 |
First Submitted: | 2015-08-15 13:18 (UTC) |
Last Updated: | 2024-10-28 11:11 (UTC) |
Dependencies (31)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libdrm (libdrm-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxfixes
- libxi (libxi-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- libxshmfence
- libxslt (libxslt-gitAUR)
- libxtst
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber)
- Show 11 more dependencies...
Required by (3)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 61 62 63 64 65 66 67 68 69 70 71 .. 77 Next › Last »
SanskritFritz commented on 2019-04-10 10:20 (UTC)
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')
mkingston commented on 2018-12-04 15:02 (UTC) (edited on 2018-12-04 15:07 (UTC) by mkingston)
Should've put this information into the comment when I flagged out of date.
New pkgver=2.6.146750.1204
I figure you should prob get the new sha512 yourself.
For any readers, a recent Zoom exploit: https://medium.com/tenable-techblog/remotely-exploiting-zoom-meetings-5a811342ba1d
ronw commented on 2018-12-04 14:47 (UTC)
Got an email from Zoom support this morning (2018-12-04) saying they fixed the certificate warnings that started with the previous update.
flutes commented on 2018-09-19 01:49 (UTC)
Hi, I've downloaded zoom via the aur but I'm having an issue when using makepkg -si:
error: failed retrieving file 're2-20180801-1-x86_64.pkg.tar.xz' from [every mirror] : The requested URL returned error: 404
Any help would be greatly appreciated :)
gerardo-junior commented on 2018-08-29 14:53 (UTC)
I can not use oauth, open the browser with the white screen
geripgeri commented on 2018-08-27 07:35 (UTC)
@reptile Thanks for the update!
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)