Package Details: zoom 6.4.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: 689
Popularity: 9.25
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2025-04-22 04:41 (UTC)

Dependencies (31)

Required by (1)

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 .. 36 37 38 39 40 41 42 43 44 45 46 .. 83 Next › Last »

edh commented on 2021-11-19 09:04 (UTC)

@kelen

Please read the previous comments on this exact topic!

kelen commented on 2021-11-19 08:53 (UTC)

May be we should change the ibus from depends to optdepends.

edh commented on 2021-11-15 14:37 (UTC)

@kleini Zoom is a dead simple package to maintain since they do not provide the means to build the package so I think I'll be fine. Thanks for the offer though.

kleini commented on 2021-11-15 14:07 (UTC)

@edh If you like to get help with upgrades, you can add me please as a co-maintainer?

PhotonX commented on 2021-11-15 13:03 (UTC)

I could solve my problem, for some reason the autoadjust for the microphone volume has put the volume of the USB webcam's microphone to zero...

gj545rndmu commented on 2021-11-10 09:30 (UTC) (edited on 2021-11-10 09:34 (UTC) by gj545rndmu)

Wayland Zoom screen sharing doesn't seem to work under Gnome 41 anymore!?

Edit: Okay just found this: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4665#note_1283742

So either Zoom fixes it on their side, or as a workaround set global.context.unsafe_mode = true via Alt-F2.

PhotonX commented on 2021-11-05 12:03 (UTC)

After some update Zoom stopped recognizing the microphone from the USB webcam. In other applications the microphone works, Pulseaudio settings also show the input signal correctly.

I tried the solution from the pinned comment, that is, setting system.audio.type=alsa, but it didn't help. Zoom works with an old analog mic though.

Any ideas what I could try? Thanks!

sergefan commented on 2021-10-23 13:33 (UTC)

@harpium If you are using Wayland then currently there is no fix for this. Zoom under Wayland can only share the entire screen or the whiteboard according to the Zoom official support.

harpium commented on 2021-10-22 05:24 (UTC)

I'm only able to share my entire screen and not specific windows on Manjaro GNOME. Does anyone know a fix to this?

simple commented on 2021-10-15 05:35 (UTC)

I'm in agreement with @openmindead regarding the ibus requirement. As it is not explicitly required by Zoom for functionality (only specified as such in the .deb packaging) it should be made an optional dependency since it's likely that those needing ibus for alternate character input will already have it installed but those who don't are just burdened by an unnecessary extra install.

Proposed change to PKGBUILD:

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')
optdepends=('ibus: InputBus for alternate character/emoji entry'
    'pulseaudio-alsa: audio via PulseAudio'
    'qt5-webengine: SSO login support'
    'picom: extra compositor needed by some window managers for screen sharing'
    'xcompmgr: extra compositor needed by some window managers for screen sharing')

More info https://hashman.ca/zoom/