Ubuntu 22.04自动登录进入桌面

  • 1.编辑gdm3配置文件
sudo vim /etc/gdm3/custom.conf
  • 2.修改内容为
AutomaticLoginEnable=True
AutomaticLogin=username

3.查看和重启服务

# 查看服务状态 
systemctl --user status gnome-remote-desktop.service
# 重启服务
systemctl --user restart gnome-remote-desktop.service

(自动登录,主要用于MSTSC远程桌面连接)

登录后,还需要输入一次密码才能正常连接

你可能感兴趣的:(ubuntu,linux,运维)