Software⏱️ 2 min read📅 2026-05-31

How to Fix: Screen Share Not working in Ubuntu 22.04 (In all platforms zoom, teams, google meet, anydesk , etc.,)

Ubuntu 22.04 screen share issue resolved by enabling 'Allow remote applications to access your screen' in Ubuntu Settings.

Quick Answer: Enable 'Allow remote applications to access your screen' in Ubuntu Settings and check if it resolves the issue.

The Screen Share Not working issue in Ubuntu 22.04 is caused by a known bug that affects multiple platforms, including Zoom, Teams, Google Meet, and AnyDesk. This problem has been reported by several users who have experienced difficulties sharing their screens during video conferencing sessions.

💡 Why You Are Getting This Error

  • [Cause]
  • Ubuntu 22.04 has a known bug that affects screen sharing on multiple platforms.

🚀 How to Resolve This Issue

Method 1: Enable xorg-server in Ubuntu 22.04

  1. Step 1: Open the terminal and run the command `sudo apt-get update && sudo apt-get install -y xorg-server` to enable the xorg-server.

Method 2: Use an alternative screen sharing software

  1. Step 1: Install the `xfreerdp` package using the command `sudo apt-get install -y xfreerdp` to use an alternative screen sharing software.

✨ Wrapping Up

By following these steps, you should be able to resolve the Screen Share Not working issue in Ubuntu 22.04 and enjoy seamless video conferencing experiences on multiple platforms.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions