Baidu Machine translation
Chinese Original link:https://bbs.deepin.org/zh/post/218302
reason
Because of the analysis, the control center crashes and the bug is caused by / usr / lib / DDE control center / modules / libdeep recovery plugin.so.
Try the best solution, but it doesn't work
1、sudo apt reinstall dde-control-center
2. Due to incomplete upgrade, you need to run the following command to install the remaining packages:
sudo apt update
sudo dpkg --configure -a
sudo apt dist-upgrade
3. Reload DDE
Solution (test success)
Open the terminal of deepin 20.2 system and run the following command in it:
sudo rm -rf /usr/lib/dde-control-center/modules/libdeepin-recovery-plugin.so
Or:
sudo apt remove deepin-recovery-plugin
Through the above command can solve the problem of cannot open the control center, can use the control center normally.
If it is caused by the upgrade problem, you can run the following commands in turn in the terminal
ps -ef | grep "deepin-anything" | grep -v grep | awk '{print $2}' | sudo xargs -I {} kill -9 {} | sudo rmmod vfs_monitor
sudo dpkg --configure -a
sudo apt --fix-broken install
sudo apt update && sudo apt dist-upgrade


中文 
after upgrading to version 20.2 I am unable to access the control center.