3
When I try sharing screen on zoom
, I get the following error:
can not start share, wayland has not been supported yet, please use x11 instead
zoom version 2.0.106600.0904
Ubuntu 17.10
How can I solve the issue?
3
When I try sharing screen on zoom
, I get the following error:
can not start share, wayland has not been supported yet, please use x11 instead
zoom version 2.0.106600.0904
Ubuntu 17.10
How can I solve the issue?
2
edit the /etc/gdm3/custom.conf
file and uncomment the following line:
#WaylandEnable=false
4
I was having the same problem with Fedora 26. Looks like wayland is a window manager that some distros are using in lieu of X11 (Xorg). To see what window manager you're using you can use the following:
echo $XDG_SESSION_TYPE
In Fedora, I can select the desktop environment (gnome with Xorg) at the login screen which will enable X11 instead of Wayland - looks like you can do the same with Ubuntu.
This ticket has more information if you're interested: https://unix.stackexchange.com/questions/336219/gnome-defaults-to-wayland-how-can-i-go-to-back-to-x11
1
I used this command and it worked fine for me but I think the lightdm won't be used anymore but this can probably help someone:
sudo dpkg-reconfigure lightdm
If lightdm is not installed just run the sudo apt-get install lightdm
and a screen with 2 options will popup pick lightdm and restart.
And btw this should also work:
sudo vi /etc/gdm3/custom.conf
uncomment #WaylandEnable=false
restart
This fixed it for me on Debian 9.9. – robartsd – 2019-08-27T01:59:17.400
0
I was also faced this issue. After do the following changes and restart, helped me to fix this issue.
Please check https://unix.stackexchange.com/a/336227/260822
Hope It will be helpful for you as well.
WARNING ! Don't use try this answer with ubuntu 18.04 ! i've tried this and it has completly turn down my system after reboot : unable to login in any account. I had to restore config manualy in recovery mode with root terminal – Fabien – 2018-09-20T09:19:31.293