[Internal testing communication] 【保姆级】开Treeland后进不了系统怎么办?
Tofloor
poster avatar
受不了Deepin25了
deepin
2025-06-13 21:19
Author

很多人在升级到Deepin25后会去体验新功能Treeland显示管理器,然后就。。

[FAILED]Failed to start treeland.service - Treeland global wayland compositor service,only running on DDM..

这个时候先别慌,同时按下键盘上的Ctrl+Alt+F2键(笔记本电脑可能需要同时按Fn)

随着画面一闪,进入命令行模式
Deepin GNU/Linux 25 admin-PC tty2
计算机名称-PC login:_

输入你的管理员账户用户名(安装系统时、登录系统时使用的账户),比如


admin-PC login:admin
Password:_

输入你的管理员账户密码(密码不显示,只管输入)

Verification successful
Linux admin-PC x.xx.xx-amd64-desktop-rolling…
Welcome to deepin 25 GNU/Linux
admin@admin-PC:~$_

在许多环境下,你可能看到一堆黑框框,但只要光标前面有个“$”就代表成功了

强制删除treeland启动项并恢复旧的窗口管理器(只需输入$后的部分,每次输入一行按回车

admin@admin-PC:$ sudo rm /etc/systemd/system/display-manager.service
admin@admin-PC:$sudo ln -s /usr/lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
(此行无需输入:是LN不是IN)
sudo systemctl mask treeland.service
sudo systemctl enable lightdm
sudo reboot

输入完最后一行后,系统会自动重启,重启后就可以喜迎Deepin的启动动画了

Reply Favorite View the author
All Replies
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-06-14 14:32
#1

进入tty不是ctrl+alt+F2吗

Reply View the author
受不了Deepin25了
deepin
2025-06-14 15:38
#2
把一切操作变成GUI

进入tty不是ctrl+alt+F2吗

感谢指正

Reply View the author