啊啊啊啊 倒霉的系統(tǒng)啊。。。
參考: https://community.teamviewer.com/English/discussion/123714/how-to-get-real-unattended-access-to-ubuntu-22lts
在ubuntu從20更新到22的時候,啟動teamviewer,出現(xiàn)了需要有人在被控制端值守點擊確認的情況,否則就連不上。。。
喵的
是因為ubuntu的窗口系統(tǒng)被更改為Wayland,需要把它禁掉才可以實現(xiàn)無人值守
命令行中輸入:
sudo nano /etc/gdm3/custom.conf
# make sure you have
WaylandEnable=false (without the #)

screenshot
Ctrl+s 保存 Ctrl+x 關(guān)閉
重啟電腦
完成~