After trying to share my screen in Zoom on Ubuntu I got the following error:

After a little bit of search, I found out that it was because I was using Wayland (which is used by default) and that Zoom has resolved this issue in client version 5.11.1. To my surprise, the version available in the App Center was not the latest. So I removed it with:
sudo snap remove zoom-client
BashAnd downloaded the latest version from Zoom’s website and installed it with:
sudo apt install ./Downloads/zoom_amd64.deb
BashNow I was able to share my screen wihtout a problem.
🤖 Clarification on the use of Artificial Intelligence in this content
- 📝 AI used for: text correction (I’m not a native English speaker);
- 🧠 Model: ChatGPT 4.1-nano;
- 🧐 Result reviewed by a human: Yes.
Leave a Reply