3

I have installed a clean version of  Ubuntu 22.04 LTS, updated everything then installed VMware Horizon 8 Client for Linux 64-bit.

When I launch the client I get the following error:

the display server protocol you are using is not supported. recommend to log in with x11 display server protocol configured.

Can anyone point me to instructions on how to configure X11 display server protocol?

zx485
  • 2,426
Dollso
  • 41

1 Answers1

-1

You need to edit the /etc/gdm3/custom.conf file to disable Wayland then restart.

Nmath
  • 12,333
Dollso
  • 41
  • Removing the pound sign on the line "#WaylandEnable=false" in that file did the trick for me, the error message is not showing anymore. Thanks. – Emilien Oct 10 '23 at 21:50