Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2848  / 1 Year ago, mon, april 24, 2023, 11:11:14

I updated my Ubuntu and while it was restarting command line appeared and froze, then I forced shutdown PC and when Ubuntu booted again, I saw unity is corrupted.
Launcher and menus disappeared but Alt+Ctrl+T and Righ-Click menu works.
Also I can open Firefox and other apps through terminal.
This is how my current desktop:



enter image description here


More From » unity

 Answers
2

Reset Compiz configurations



dconf reset -f /org/compiz/


Try to completely remove your ATI drivers from your system:



sudo apt-get purge fglrx*


Remove your xorg.conf



sudo rm /etc/X11/xorg.conf


Reinstall xorg completely



sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64


Re-configure Xorg



sudo dpkg-reconfigure xserver-xorg


Reboot



sudo reboot


by Bruno Pereira



Now you should reconfigure Unity. It will remove Unity completely.



sudo apt-get install ppa-purge
sudo ppa-purge ppa:unity-team/staging
apt-get install unity


Install Unity again.



sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo reboot


by Justinas Dūdėnas and mpm



It works for me just great.


[#30867] Wednesday, April 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alkeake

Total Points: 467
Total Questions: 94
Total Answers: 126

Location: Tajikistan
Member since Tue, Jun 15, 2021
3 Years ago
alkeake questions
Mon, Jul 5, 21, 09:24, 3 Years ago
Sun, Apr 23, 23, 03:29, 1 Year ago
Thu, Dec 22, 22, 20:30, 1 Year ago
;