@ItsQuote - yes, sounds like that was the issue.
initially:
stat -c '%A %a %U %G %n' /opt/zoom/cef/chrome-sandbox
-rwxr-xr-x 755 root root /opt/zoom/cef/chrome-sandbox
then adding SUID
sudo chmod 4755 /opt/zoom/cef/chrome-sandbox
then checking:
stat -c '%A %a %U %G %n' /opt/zoom/cef/chrome-sandbox
-rwsr-xr-x 4755 root root /opt/zoom/cef/chrome-sandbox
... and Zoom is working again. Even didn't need to wipe ~/.zoom/ folder.
I understand, that this is probably Zoom own issue. For now is already version 5.14.2 (2046) out and currently already flagged as out of date. Perhaps new version has that permission issue fixed already. If anyone has reported that issue to Zoom. That's a good question, how such reporting is possible to Zoom. At least from Zoom website didn't find a way to report a bug (or any other issue) for free to Zoom. Looks like paid support allows to do that...
If any useful tutorial exist for clean building, it might be helpful.
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)