AnyDesk is not working before login from remote PC (manually)
Mia Lopez
My Ubuntu version is 20.04. I am using AnyDesk for remote access to my lab pc. When I am trying to connect to my remote pc (the lab one) from my personal pc, I am getting some challenges. Like,
I am getting a remote display server is not supported (e.g. Wayland) error at the time of login from personal to the lab one.
Then I disabled the Wayland based on this and now I am getting desk_rt_ipc_error.
However, once I log in from my remote PC, then I can use AnyDesk from my personal one.
I have gone through several posts, but not getting any idea to solve the issues.
I appreciate your time and support.
71 Answer
I was able to resolve this by going into the /etc/gdm3/custom.conf file and do this change:
[daemon] # Enabling automatic login AutomaticLoginEnable=true AutomaticLogin=$USERNAMEand don't forget to also put the following in the /etc/gdm3/custom.conf file:
WaylandEnable=false 2