[Boot/Shutdown] 登陆界面白屏怎么回事?
Tofloor
poster avatar
五分皮
deepin
2022-06-19 03:59
Author

IMG20220618195007.png
1655553311786.png

登陆界面和关机界面都白屏了 v20.6

Reply Favorite View the author
All Replies
五分皮
deepin
2022-06-19 04:01
#1

准确点说是背景白屏,不影响操作。

不会是我删除了壁纸图片引起的吧?

Reply View the author
Comments
正直笔尖
2022-06-19 04:14
有些东西不懂不要瞎折腾,不管哪个系统也经不住你这样过度的折腾!强迫症患者。
忘记、过去
deepin
2022-06-19 04:19
#2

/var/lib/AccountsService/deepin/users/$USER

$USER 是你的用户名,看下这个文件内容里,GreeterBackground= 字段后面指向的图片是否存在,修改后重启可以看到效果

Reply View the author
deepin-superuser
deepin
2022-06-19 05:17
#3

sudo apt reinstall dde-session-shell

Reply View the author
五分皮
deepin
2022-06-19 06:04
#4
忘记、过去

/var/lib/AccountsService/deepin/users/$USER

$USER 是你的用户名,看下这个文件内容里,GreeterBackground= 字段后面指向的图片是否存在,修改后重启可以看到效果

用此方法故障已解决,多谢。

Reply View the author
来自Ubuntu的某位用户
deepin
2022-06-19 06:29
#5

有可能他想自定义登录界面背景,但是选择的图片权限不对

建议更换图片文件时加一步输入

sudo chmod 777 {你的图片路径}

Reply View the author