This is a very popular question, but bear with me as I have tried everything you are all about to suggest. So this is what I get:
sudo apt-get install ubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:
The following packages have unmet dependencies:
ubuntu-desktop : Depends: ubuntu-session but it is not going to be installed
Depends: unity-control-center but it is not going to be installed
Depends: unity-settings-daemon but it is not going to be installed
Recommends: xul-ext-webaccounts but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So I try to install unity-control-center
Depends: unity-settings-daemon but it is not going to be installed
So I try to install unity-settings-daemon
Depends: gnome-settings-daemon-schemas (< 3.10) but 3.12.2-0ubuntu1~trusty2 is to be installed
The root problem appears to be that gnome-settings-daemon-schemas
version 3.10 or less is needed, but it can't get it for some reason.
So you might be thinking try the following:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoclean
sudo dpkg --configure -a
sudo -f
I am logged into gnome, when I try to boot into lightgdm
the system hangs right after something about printer spooling.
I currently have gdm, kdm and lightgdm.
I want my computer back to just gnome and ubuntu unity. Any thoughts? (A re-install is out of the question)