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.81
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-11-25 17:39 (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://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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 78 Next › Last »

GaryScottMartin commented on 2024-04-15 18:25 (UTC) (edited on 2024-04-15 18:26 (UTC) by GaryScottMartin)

@a172 I just installed Zoom this morning and in my ~/,config/zoomus.conf that line was xwayland=true. I am running KDE/Plasma6/Wayland and it won't start at all for me, even after deleting the state. It does work OK in the browser, though.

a172 commented on 2024-04-15 13:16 (UTC) (edited on 2024-04-15 13:19 (UTC) by a172)

A heads up: I upgraded to Zoom 6.0.0 (4563), ahead of the AUR release. First attempts just crashed. I cleared all the local state I could find (~/.zoom/, ~/.cache/zoom/, ~/.config/zoom{,us}.conf), and now zoom will successfully launch, but only in X11/xwayland. I haven't figured out how to get it working natively in Wayland yet (this is a regression). I expect this also breaks screen sharing.

edit: it looks like it was just the xwayland=false in ~/.config/zoomus.conf that was causing issues.

edh commented on 2024-03-08 20:52 (UTC)

@archisman Please raise your concerns regarding the outdated qt dependency upstream.

archisman commented on 2024-03-08 17:24 (UTC)

The package depends explicitly on qt5-webengine and qt5-remoteobjects. Can we change them to the respective qt6 versions instead?

skyefi commented on 2024-02-29 15:38 (UTC)

@nursoda thought it couldn't be a download issue bc I removed and tried again several times, but I was able to download the package a successfully build independent of paru (pkgbuild + pacman), so seems to be either a paru issue or a corrupted package on my end (that was cached so never re-downloaded). Seems like everything is fine with the package - Thanks for the help!

edh commented on 2024-02-29 07:19 (UTC)

@nursoda Yes, I'll switch with the next release.

nursoda commented on 2024-02-29 06:59 (UTC)

"Truncated zstd input" points to a corrupted download. wget https://zoom.us/client/5.17.10.3512/zoom_x86_64.pkg.tar.xzresolves to https://cdn.zoom.us/prod/5.17.10.3512/zoom_x86_64.pkg.tar.xz, which is the URL directly used in the PKGBUILD. So I suspect this was a corrupted download issue.

@edh: Since there now is an official Arch download URL, did you consider switching from to cdn.zoom.us/prod to zoom.us/client in the PKGBUILD?

skyefi commented on 2024-02-28 23:00 (UTC) (edited on 2024-02-28 23:24 (UTC) by skyefi)

2024-02-27 update failed to upgrade or install properly for me, both with qt5-remoteobjects pre-installed, and with it installed automatically as a dependency (using paru). Tried completely removing (-Rsnu) zoom and reinstalling to no avail.

Specific error reported by paru is: "could not extract /opt/zoom/cef/libcef.so (Truncated zstd input)".

I'm new to the AUR/arch scene so let me know if there's any more info I can provide to help. Thanks for packaging! ~Nicky

Update: I was able to successfully install zoom with the Arch package hosted by Zoom at https://zoom.us/download via pacman. I'm not sure if this is the same package you based yours off, but it does seem to be working.

marcool04 commented on 2024-02-27 11:58 (UTC) (edited on 2024-02-27 12:02 (UTC) by marcool04)

Hi @edh thanks for getting back to me.

I don't see how they could "not be needed" if they are linked from the binary... If ldd says its needed then it is. The question is is it already there somewhere?

You already added qt5-remoteobjects which provides libQt5RemoteObjects.so.5 ; similarly libQt5Gamepad.so.5 is provided by qt5-gamepad but that is not currently a dependency here.

I'm sorry I don't have time to dig much further into this, but if it were my package, I'd keep working down these ldd errors and check which packages provide those libraries. They definitely need to be added as deps. Maybe you can also report upstream if you have a line to anybody there and you think their docs are lacking in terms of what is a required / optional dependency.

Regards and thanks for packaging. Mark.

marcool04 commented on 2024-02-27 11:55 (UTC)

@peter.kehl that's already a dependency...