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.58
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 .. 60 61 62 63 64 65 66 67 68 69 70 .. 80 Next › Last »

edh commented on 2020-03-11 18:07 (UTC)

@pcfreak30

Sure, no worries. This was not meant as some kind of objection. What you say is absolutly true and made me wonder whether there is still a need for an AUR package a couple of times as well.

pcfreak30 commented on 2020-03-11 18:03 (UTC)

@edh, sorry then. I did not read all the comments and have been using the aur package. I was not aware and it didn't seem clear.

edh commented on 2020-03-11 18:01 (UTC)

@pcfreak30

Right, this is pretty obvious from the PKGBUILD itself and I think I discussed in in the comment section as well when zoom first introduced the Arch package.

pcfreak30 commented on 2020-03-11 17:56 (UTC)

Thought users of this package should be aware. Zoom is now building arch packages. https://zoom.us/download?os=linux

edh commented on 2020-02-27 21:03 (UTC)

@Kalinda

This is not what is happening in the PKGBUILD! Please read up on how PKGBUILDs works and how makepkg processed them. The ArchWiki is a great source for information on both of those topics.

About your question: The PKGBUILD basically just recompresses the binary (the orig file) which is provided by upstream and adapts some variables. The output is the non-orig package. It once had a "proper" packaging function but by now it has descended into just a simple AUR wrapper for the upstream Arch package.

Kalinda commented on 2020-02-26 18:26 (UTC)

So I noticed this builds two packages, a regular zoom and a zoom with _orig at the end. What is the purpose the _orig package? Which one should be installed?

Thanks

the_10 commented on 2020-02-26 07:16 (UTC) (edited on 2020-02-26 07:18 (UTC) by the_10)

Login with Google Accounts is not working. When clicking the "Login with Google" Button tons of messages like kde-open5: /opt/zoom/libQt5Core.so.5: version `Qt_5.14' not found (required by kde-open5) show up in the bash. xdg-open also does not fire up zoom

edh commented on 2020-02-18 08:52 (UTC)

@iTanguy I wrote a mail to the zoom support team about this. Thanks for the heads-up.

iTanguy commented on 2020-02-17 20:58 (UTC)

License file is missing from the Arch package; when "custom" is used, the packaging should include a copy of the license.

Note that apparently it's not in the archive I can download from their web site; but I don't know how to report to Zoom directly.

titaniumbones commented on 2020-02-05 19:54 (UTC) (edited on 2020-02-05 19:55 (UTC) by titaniumbones)

I'm still having trouble as of latest build running zoom under gnome-wayland. Not sure if this is a qt bug or a zoom bug, but on launch I get:

ZoomLauncher started.
Zoom not exist at current directory - /home/matt
Zoom path is: /opt/zoom
cmd line: 
CreateReportChannel bp_server_fd=4
$HOME = /home/matt 
export SSB_HOME=/home/matt/.zoom; export QSG_INFO=1; export LD_LIBRARY_PATH=/opt/zoom; export BREAKPAD_CLIENT_FD=3; /opt/zoom/zoom "" 
zoom started.
Client: Breakpad is using Client-Server Mode! client fd = 3
This application failed to start because it could not find or load the Qt platform plugin "wayland"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Reinstalling the application may fix this problem.
ZoomLauncher: new dump generated from pid 141263, path: /home/matt/.zoom/logs/bd17c6b4-726c-4021-c7abcca6-44a03ed3.dmp
$HOME = /home/matt 
sh: line 1: 141263 Aborted                 (core dumped) /opt/zoom/zoom ""
success to create child process,status is 34304.
zoom exited normally.
Something went wrong while running zoom,exit code is 134.
ZoomLauncher exit.

prepending QT_QPA_PLATFORM=wayland doesn't change the output, even though qt5-wayland is installed.

Thanks for any hints!