Assuming that you still have Gnome installed, check the available sessions in "/usr/share/xsessions". There should be
gnome.desktop:
Code:
[Desktop Entry]
Name=GNOME
Comment=This session logs you into GNOME
Exec=gnome-session
TryExec=gnome-session
Icon=
Type=Application
X-Ubuntu-Gettext-Domain=gnome-session-2.0
gnome-failsafe.desktop:
Code:
[Desktop Entry]
Name=Failsafe GNOME
Comment=This session logs you into GNOME without user applications
Exec=gnome-session -f
TryExec=gnome-session
X-GDM-FailSafe=true
Icon=
Type=Application
X-Ubuntu-Gettext-Domain=gnome-session-2.0
To check if Gnome is indeed installed:
Code:
dpkg -l|grep ubuntu-desktop
This checks for the usual Ubuntu Gnome metapackage. You can also check for "gnome", this should list quite a number of packages.
Bookmarks