啊啊啊啊 倒霉的系统啊。。。
参考: https://community.teamviewer.com/English/discussion/123714/how-to-get-real-unattended-access-to-ubuntu-22lts
在ubuntu从20更新到22的时候,启动teamviewer,出现了需要有人在被控制端值守点击确认的情况,否则就连不上。。。
喵的
是因为ubuntu的窗口系统被更改为Wayland,需要把它禁掉才可以实现无人值守
命令行中输入:
sudo nano /etc/gdm3/custom.conf
# make sure you have
WaylandEnable=false (without the #)
screenshot
Ctrl+s 保存 Ctrl+x 关闭
重启电脑
完成~