[Share Experiences] 开机过DEEPIN LOGO后只有光标的解决过程。
Tofloor
poster avatar
qq1156257674
deepin
2021-05-07 22:43
Author

有段时间没用deepin了,今天打开准备用用,结果开机过了LOGO后就只有一个光标在左上角闪啊闪啊,没的反应,还好可以进TTY2

按网上教程,输入用户名和密码后,

sudo rm /var/lib/dpkg/updates/*

sudo apt update

sudo dpkg --configure -a

需要说明的是这个过程中最后出来一名 neet adjuest grub theme,等了一个,就关机了。

重启再进tty2,再次操作sudo dpkg --configure -a

就可以继续进行了。

sudo apt dist-upgrade

再重启系统,就可以进系统了。

 

留下日志,方便以后再出现类似问题不用到处再找资料了。

Reply Favorite View the author
All Replies
qq1156257674
deepin
2021-05-13 00:48
#1

遇到一个问题,控制中心点击无效,不能运行。额~~~~~~~~~~

Reply View the author
qq1156257674
deepin
2021-05-13 00:53
#2

刚在论坛上看了解决办法

sudo rm -rf /usr/lib/dde-control-center/modules/libdeepin-recovery-plugin.so

或者:

sudo apt remove deepin-recovery-plugin

通过以上命令就可以解决打不开控制中心的问题,能正常的使用控制中心了。

Reply View the author