I was trying to download League of Legends on my computer using a guide from reddit but something went wrong during the process. I turned off my computer for the night and the next day, my task bar was gone and everything on top went away.The only things left were my desktop files and background. I could get open chrome by using "open with" on a file but I couldn't open apps like Shutter (a screenshot application) and Inkscape (an art application).
Asked
Active
Viewed 148 times
0
1 Answers
0
I don't have a clue why Unity would have been removed or corrupted. I can't really say that I know much about LOL, but something clearly happened to Unity along the way. The following steps should get Unity back up and running on your computer.
- Press Ctrl+Alt+F2 to open a different virtual terminal console
- Once in this console run
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install --reinstall unity
sudo reboot
The commands should reinstall Unity, fixing whatever is broken in you desktop environment. After reboot, you should be back in business.

b_laoshi
- 4,660
- 4
- 25
- 46
sudo apt-get update; sudo apt-get install --reinstall ubuntu-desktop; sudo apt-get install --reinstall unity
– b_laoshi Apr 13 '17 at 01:32sudo reboot
to restart. – b_laoshi Apr 13 '17 at 06:49