0

The solution here works for me to fix the desktop after login: https://askubuntu.com/a/292997/227118, but I am back to square one after logging out. How to solve this issue permanently?

karel
  • 122,292
  • 133
  • 301
  • 332

2 Answers2

1

This worked for me, courtesy of System76.com:

sudo apt-get purge unity ubuntu-desktop
sudo apt-get autoremove --purge
sudo apt-get clean
sudo apt-get update
sudo apt-get install ubuntu-desktop
karel
  • 122,292
  • 133
  • 301
  • 332
0

I Had the same issue, tried everything I could find on this website related to this kind of issue. Nothing helped.

What fixed it for me was re-installing the nvidia drivers. Weird, but it worked. I'm back in my desktop.

Something like:

sudo apt-get install nvidia-<some number>
hmayag
  • 2,266
  • 5
  • 22
  • 24