Unlock Security Setting in Anydesk (Ubuntu)

Описание к видео Unlock Security Setting in Anydesk (Ubuntu)

For Time saving you can read my comment here https://stackoverflow.com/questions/756523...

sudo nano /etc/gdm3/custom.conf

this is the current configuration

[daemon]
Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false

Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = user1

change these configuration to

[daemon]
Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false

Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = $USERNAME

Reboot PC

Комментарии

Информация по комментариям в разработке