Package Details: zoom 6.2.11-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: 670
Popularity: 6.41
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-11-25 17:39 (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 2 3 4 5 6 7 8 9 .. 78 Next › Last »

VanClaussen commented on 2024-10-24 07:49 (UTC)

Tested 6.2.5 -- still not fixed for KDE on Wayland (freeze on screen share stop and it's only possible to share all screens).

Shalrath commented on 2024-10-22 13:09 (UTC)

6.2.3-1 and 6.2.0-1 only run in background but show no visible UI on my XOrg / XFCE. Latest working version is 6.1.11-1.

diestl commented on 2024-10-15 08:53 (UTC)

The workaround that I've been using is to connect to meetings using the web client if I need to screen share. Performance is marginal and audio quality is worse, but at least screen sharing works.

edh commented on 2024-10-10 12:48 (UTC)

@Landarzar That's the same PKGBUILD as in the AUR.

Landarzar commented on 2024-10-10 06:56 (UTC) (edited on 2024-10-12 12:01 (UTC) by Landarzar)

The following PKGBUILD works for me.

pkgname=zoom
pkgver=6.2.3
_subver=2056
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('LicenseRef-zoom')
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' 'xcb-util-cursor' 'dbus' 'libdrm' 'gtk3' 'qt5-webengine' 'qt5-remoteobjects')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
    '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://zoom.us/client/${pkgver}.${_subver}/zoom_x86_64.pkg.tar.xz")
sha512sums=('4a4610d6e06e6e1391b3738f159c19926cd80289baab20a3445e605a0e681f629b4db93439823188c3276073a2635d9878f6de06115bc648d67cf8ec96784039')

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}"
}

Furthermore, under X (I am not using Wayland). I must run

xcompmgr -c -o 0.1
to make Zoom screen sharing work.

jasonhansel commented on 2024-10-09 00:38 (UTC)

Trying to open Zoom 6.2.3-1 (on a fully up-to-date system) gives me the following error:

/opt/zoom/zoom: symbol lookup error: /opt/zoom/zoom: undefined symbol: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE2atEm, version Qt_5

I'm guessing this is some sort of incompatibility with the latest Qt version?

srijan commented on 2024-10-04 04:46 (UTC)

@sim31 - yes, it's reported and Zoom is aware of the issue and working on a fix. See https://community.zoom.com/t5/Zoom-Meetings/share-screen-linux-wayland-broken/m-p/203624/highlight/true#M112235

A fix is expected in the 6.2.5 release.

sda commented on 2024-10-03 19:55 (UTC)

Downgraded zoom itself to 6.1.11-1 and got working sharing back.

andreas_baumann commented on 2024-10-03 06:26 (UTC)

==> ERROR: Failure while downloading https://cdn.zoom.us/prod/6.2.3.2056/zoom_x86_64.pkg.tar.xz

I downloaded the Linux version manually from https://zoom.us/download?os=linux, choosing "Linux Type" "Arch", "64-bit".

The download starts, the landing page after the download is completely broken for me (SSL errors?).

mv zoom_x86_64.pkg.tar.xz zoom-6.2.3.2056_orig_x86_64.pkg.tar.xz

those checksums don't match, called 'updpkgsums' (something you should really not do usually, because it defies the purpose of checking the integrity of the download tarball).

It seems to work then.

gds506 commented on 2024-10-01 13:20 (UTC)

I'm thinking my issue is related with using pipewire instead of the pulseaudio libs. Can anyone confirm it works well using pipewire-pulse?