[Internal testing communication] 求助:桌面系统损坏了如何恢复
Tofloor
poster avatar
mejoy69
deepin
7 hours ago
Author

为了安装第三方应用Net.TextSearch,在Deepin V25的开发者模式中关闭了磐石。安装应用的时候出现了一条卸载什么的消息,当时没留意就点了确定。之后安装到中途就突然黑屏了。之后就对机器重启,每次启动,都不能启动桌面,而是进入到终端模式。systemctl status lightdm查看状态,是活跃(退出)的状态。应该是哪个依赖或者窗口组件被破坏了。应该怎样把deepin的窗口系统重新安装恢复?

deepin-v25-桌面损坏报错.jpg

Reply Favorite View the author
All Replies
LiuYongzhang
deepin
5 hours ago
#1

重新安装 LightDM 并重置配置

sudo apt update

sudo apt -f install

sudo apt install --reinstall lightdm deepin-desktop-environment

sudo systemctl enable lightdm

reboot

Reply View the author
mejoy69
deepin
2 hours ago
#2
LiuYongzhang

重新安装 LightDM 并重置配置

sudo apt update

sudo apt -f install

sudo apt install --reinstall lightdm deepin-desktop-environment

sudo systemctl enable lightdm

reboot

谢谢。我试试

Reply View the author