3

This is really strange. After a recent upgrade, I am getting only the Whiteboard option. Please see the screenshots below.

enter image description here enter image description here

If I remember correctly, I am supposed to get the options for the whole window and specific applications.

Please see my settings below. Nothing strange there, I believe.

enter image description here

EDIT:

More information,

  1. Installable application.
  2. Ubuntu.
Glorfindel
  • 971
  • 3
  • 13
  • 20
Masroor
  • 3,143

1 Answers1

3

Try this:

sudo nano /etc/gdm3/custom.conf

uncomment the line

#WaylandEnable=false 

to

WaylandEnable=false

Then reboot.

rdh
  • 866
  • This isn't necessarily the ideal solution.

    This change disables Wayland, but Zoom screen-sharing should work in Wayland sessions as well

    – James Apr 17 '23 at 10:38