@koryu I hope that the maintainers will include this in the install script. Just for completeness, here is the mail from Zoom:
As an admin or owner of an account with users using the Zoom Desktop Client for Linux, we are reaching out to notify you that we will be retiring the current key pair used to sign the Linux client on November 2, 2022. To avoid service interruption, we advise that you ask your users to download and trust the new public key.
Please follow the instructions below to download the new GPG validation key by 11/2/22 to avoid service interruption.
Download package-signing-key.pub from http://click.zoom.us/e/84442/linux-download-pubkey/c4cjlj/3984217233?h=qog9fl3QsdPRA_5sUBqTXu7PMesnrN2t8rMhUyOgfUY Run the following commands based on the package you’re validating //////////////////////////////////////////////////////////////// // deb package validation gpg --import ~/Downloads/package-signing-key.pub // import gpg public key, only do it once dpkg-sig --verify ./zoom.deb
//////////////////////////////////////////////////////////////// // rpm package validation rpm --import ~/Downloadspackage-signing-key.pub // import gpg public key, only do it once rpm -K zoom.rpm
We apologize for any inconvenience this may cause. If you have any questions, please contact our Support Team or reach out to your Customer Success Manager.
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:
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)