I recentry have had my system upgraded from Deepin 15.3 to Deepin 15.4 via the command:
sudo apt-get upgrade
Copy the Code
After everything was downloaded and installed I rebooted the system and to my surprise the when I logged in all I am having is a blank desktop with no dock. Because of this I am failing to launch any applications. I am not even able to launch the terminal through the short-cut
CNTL - ALT - T
Copy the Code
How to I get to have the dock show up? I seriously do not want to format the machine just to fix this problem.
Reply Like 0 Favorite View the author
All Replies
th3blad3runn3r
deepin
2017-05-04 05:13
#1
Press ctrl + alt + f1 to ppen a new tty session (console). Log in with your user name + password, then run sudo apt-get update and sudo apt-get upgrade again
According to your problem, sadly you can only type commands at black terminal screen, activated by pressing
CTRL+ALT+F1
Copy the Code
. It requires you to type in login name (account name) and password (won't show itself on the screen when typing ) at first.
Well, don't forget type
sudo shutdown -r now
Copy the Code
to reboot your computer.
Reply Like 0 View the author
pkalamula
deepin
2017-09-26 00:41
#3
Thanks people for the replies. I am so much grateful.
Reply Like 0 View the author
Blogghete
deepin
2017-09-26 00:46
#4
Here the same....
An operating system that is not ready for the Production evnvironment.....
I have reinstalled the entire operating system to solve this problem.
I recentry have had my system upgraded from Deepin 15.3 to Deepin 15.4 via the command: