Package Details: zoom 6.3.6-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: 676
Popularity: 7.74
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2025-01-17 02:35 (UTC)

Dependencies (31)

Sources (1)

Pinned Comments

erbrecht commented on 2024-11-19 13:06 (UTC)

@Rhinoceros - I finally got screen sharing to work under KDE with Wayland. Looks like I'm using the same versions as you:

  • Zoom 6.2.10
  • pipewire 1.2.6

I followed the Screen share section on the Zoom wiki page:

https://wiki.archlinux.org/title/Zoom_Meetings

The only thing I didn't need to do was set XDG_CURRENT_DESKTOP=gnome. I followed the other steps, and now I can choose my desktop/window to share. Prior to following the wiki I couldn't stop screen sharing without the hanging issue, which I was experiencing prior to 6.2.10.

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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 80 Next › Last »

winslow commented on 2023-09-20 04:54 (UTC)

@seqfault can you provide the file ~/.zoom/logs/zoom_stdout_stderr.log ?

seqfault commented on 2023-09-19 20:05 (UTC)

@winslow your fix doesn't help

winslow commented on 2023-09-19 19:23 (UTC)

@seqfault I have a temporarily solution to Zoom's compatibility issue with PipeWire on ArchWiki, but they decided to remove it due to it being a dirty patch. You can check that page's edit history. I've tested it and it seems like Zoom is fully functional after the patch, the poll prompt is a bit dull but I think it's an irrelevant issue

seqfault commented on 2023-09-19 09:16 (UTC)

zoom just silently doesn't run after update. Gnome, Wayland, Pipewire

winslow commented on 2023-09-18 04:05 (UTC)

To anyone who might have issue running Zoom with PipeWire, I've updated ArchWiki for a temporarily solution, please check out at https://wiki.archlinux.org/title/Zoom_Meetings

chrisjbillington commented on 2023-09-18 01:09 (UTC)

@mcw yes I'm having the same issue, came here hoping for solutions.

Also on GNOME under Xorg. I don't recall this being a problem until recently, and downgrading mutter and gnome-shell to 44.3 resolved the issue for now.

Downgrading gnome-shell alone didn't do it, so seems to be mutter. I see mutter and gnome-shell 44.5 have recently hit [extra], perhaps we can cross our fingers that they will resolve the regression, otherwise I'd probably be reporting it as a regression to mutter.

mcw commented on 2023-09-14 20:35 (UTC) (edited on 2023-09-14 20:58 (UTC) by mcw)

Does anyone else have an issue with Zoom getting stuck in a minimized state?

When I navigate to a different screen the client minimizes itself and follows me around -- which it always has, and is cool. But recently it became impossible to exit the minimized client to see the video.

I'm running Gnome on X-Windows, if that matters (a lot of my software doesn't run under Wayland).

The relevant log message:

Sep 14 16:36:35 lucid gnome-shell[4350]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x3400008 specified for 0x3400184.

TIA.

EditL: FWIW, xprop shows that the window is 0x3400008, Don't know where 0x3400184 is coming from.

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.