Package Details: zoom 6.2.10-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: 669
Popularity: 6.42
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-11-18 14:28 (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 .. 63 64 65 66 67 68 69 70 71 72 73 .. 78 Next › Last »

ronw commented on 2018-12-04 14:47 (UTC)

Got an email from Zoom support this morning (2018-12-04) saying they fixed the certificate warnings that started with the previous update.

flutes commented on 2018-09-19 01:49 (UTC)

Hi, I've downloaded zoom via the aur but I'm having an issue when using makepkg -si:

error: failed retrieving file 're2-20180801-1-x86_64.pkg.tar.xz' from [every mirror] : The requested URL returned error: 404

Any help would be greatly appreciated :)

gerardo-junior commented on 2018-08-29 14:53 (UTC)

I can not use oauth, open the browser with the white screen

geripgeri commented on 2018-08-27 07:35 (UTC)

@reptile Thanks for the update!

reptile commented on 2018-08-17 07:51 (UTC)

@geripgeri @gunar Seems that the problem with freezing is gone now (at least for me). Now I have the other problem: when I share the screen, sometimes it goes black, and I can see only the mouse pointer. I have to kill and restart Zoom then. The interesting part is that it happens only in presence of certain user (and I don't know which one). Zoom Support confirmed that it's possible, and asked to make sure that all attendees use the latest version of Zoom... but, in my case, it's impossible :( Have to use other ways to share the screen

kalopsian commented on 2018-08-06 18:27 (UTC)

Had an issue with zoom dropping a core dump (as well as slack) - turned out it was the upgrade from glibc 27-3 to 28-1 which caused the issue. I rolled back glibc to the previous version and all is well. Here's what I did, might help someone:

https://gist.github.com/adambair/f47d7b7fed82f7889a0e0f3e026de4a8

gunar commented on 2018-07-26 19:07 (UTC) (edited on 2018-07-26 19:09 (UTC) by gunar)

@reptile same here. I also confirm that downgrading resolved the issue.

How to downgrade? (I just learned this myself)

yaourt -S zoom
...
> Edit PKGBUILD? [Y/n]
Y

Then edit PKGBUILD to follow 03ca5cd. This means updating two lines, pkgver and sha512sums. Save, exit, proceed with the installation.

I also had to killall zoom before it worked

I would also make sure to enable notifications for this package if I were you (menu above: "Enable notifications") so you get notified when this is fixed.

Thanks.

geripgeri commented on 2018-07-18 09:52 (UTC)

@reptile Thanks!

reptile commented on 2018-07-18 09:31 (UTC)

@geripgeri I can only confirm that this problem is present not only for you, I get the same behavior. I have a request to Zoom Support regarding this, I'll let you know the outcome.

geripgeri commented on 2018-07-18 09:19 (UTC)

When I share my screen the whole application freezes, all the controls are unresponsive. This feature was working for me for a long time. There is no error message about this issue when I run it on the console.

I downgraded to version 2.1.103753.0521 (git commit 03ca5cd) and the screen sharing works again.

Do you Guys have any idea what went wrong? Is this an application bug or Arch related?