Ubuntu20.04 reinstalls the graphical interface

After running the code that automatically installs dependencies, the graphical interface becomes very strange and the icon has changed, so try to reinstall

sudo apt-get update  
sudo apt-get install --reinstall ubuntu-desktop  
sudo apt-get install unity  
sudo shutdown -r now 

success!

Guess you like

Origin blog.csdn.net/weixin_44709392/article/details/124456291