Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-09-05 08:57 AM - edited 2024-09-09 09:51 AM
Everything worked in ubuntu 22.04.5 LTS and zoom 6.1.6.
Upgraded to ubuntu 24.04.1 and have one major issue: when I minimize the zoom window to a floating thumbnail, I can't restore the full size window. Mousing over the double arrows (bottom right) I get "Show full meeting window" but clicking only causes the thumbnail to blink.
I have tried rebooting, upgrading to the newest zoom 6.1.11, and removing .config/zoom.conf & .config/zoomus.conf
Current system:
Solved! Go to Solution.
2024-10-14 10:56 AM
Just updated to the edge zoom-client 6.2.3.2056 with `sudo snap install --edge zoom-client` and restoring full window works for me now. Thank you.
2024-09-06 09:31 AM - edited 2024-09-06 09:33 AM
More info: I removed zoom 6.1.11 (sudo apt remove zoom) and installed zoom 6.0.12 with snap (sudo snap install zoom-client) -- the older version restores the full meeting window properly. Then I removed the snap version 6.0.12 and reinstalled the deb package 6.1.11 - the restore full meeting window process is broken again.
So this appears to be a problem with zoom 6.1.x and ubuntu 24.04.1
Looking for help/suggestions as I'd like to remain on the newest stable version.
2024-09-23 06:07 PM
Thank you for this, I was having the same problem
2024-10-14 10:56 AM
Just updated to the edge zoom-client 6.2.3.2056 with `sudo snap install --edge zoom-client` and restoring full window works for me now. Thank you.
2024-10-15 02:37 PM
Followup: Background blur and Screen sharing did not work (on Ubuntu 24.04.1) with the snap, so downloaded the latest `zoom_amd64.deb` (version 6.2.3.2056) and
sudo snap remove zoom-client
sudo dpkg -i zoom_amd64.deb
and all is working as it should. Thanks!