0

I purged gnome but when I'm at the login screen I can only log in with gnome: if I try to change shell everything is blank. Logging in with gnome lead to a black screen and I can't even open the terminal.

When running

sudo apt-get install ubuntu-desktop

I get the same results as this I tried those answers with no luck. I also tried all the solutions and various command lines here without finding a solution.

I would like to get the standard Ubuntu shell, I don't use unity.

1 Answers1

0

I was able to run sudo apt-get -f install after this:

    sudo apt-get update
    sudo apt-get remove gnome-backgrounds
    sudo apt-get remove --auto-remove gnome-backgrounds
    sudo apt-get remove gnome-session
    sudo apt-get autoremove
    sudo apt-get update
    sudo apt-get dist-upgrade