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: 675
Popularity: 7.20
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2025-01-17 02:35 (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 .. 65 66 67 68 69 70 71 72 73 74 75 .. 80 Next › Last »

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?

eMyller commented on 2018-07-12 01:17 (UTC) (edited on 2018-07-12 01:17 (UTC) by eMyller)

For those looking to fix DPI for Zoom: I just added it to the apps list at https://wiki.archlinux.org/index.php/HiDPI#Zoom.

To make it permanent, here's how:

  1. Copy /usr/share/applications/Zoom.desktop to your ~/.local/share/applications/
  2. At the Exec command, prepend env QT_SCALE_FACTOR=2.

reptile commented on 2018-04-10 17:48 (UTC)

@edh, thanks! Downgrading "mesa" fixed the problem