How to Enable Screen Sharing on Skype for Ubuntu 22.04 LTS?
Jul 09, 2022 . Admin
Hi Guys,
In this tutorial, I will show you How to Enable Screen Sharing on Skype for Ubuntu 22.04 LTS?. I explained simply step by step Screen sharing issue on Ubuntu 22.04 Exampl. In this article, we will implement a Cannot screen share on Ubuntu 22.04. I would like to share with you Ubuntu – Skype and screen sharing Not Working Example. Here, Creating a basic example of Skype Screen Sharing Not Working: 3 Ways to Fix It.
You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.
Step 1: Check Windowing SystemYou need to run bellow command:
echo $XDG_SESSION_TYPEStep 2: Change Windowing System:
You need to open custom.conf file and remove "#" near WaylandEnable=false. let's run bellow command:
sudo nano /etc/gdm3/custom.conf
Remove “#” from “WaylandEnable=false” line.
#WaylandEnable=false INTO WaylandEnable=false
Then save it.
Step 3: Reboot SystemThen you need to reboot system by using bellow command:
reboot