Skip to content

仅适用于麒麟V10版本

查看服务状态

shell
sudo systemctl status lightdm

如果有告警或者未运行可以尝试重启服务

shell
sudo systemctl restart lightdm

重启之后还是不行就直接卸载

shell
sudo dpkg -P lightdm

然后安装

shell
sudo apt update
sudo apt install -y lightdm

Last updated: