6

I changed to gnome classic fallback, I auto-login but it defaults to unity 3d, how do I make auto-login default to gnome classic?

Jorge Castro
  • 73,717
719016
  • 6,467

3 Answers3

10

Run the following in a gome-terminal:

  • If you want GNOME Classic with effects:

    sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-classic

  • If you want GNOME Classic without effects:

    sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-fallback

htorque
  • 66,086
2

auto log-in gnome classic desktop :

  • sudo apt-get install gnome-session-fallback
  • sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-classic
hhlp
  • 42,872
1

For Ubuntu 14.04

I followed the post here

Summary :

  • Install the lightdm-webkit-greeter package: sudo apt-get install lightdm-webkit-greeter -y.
  • Open the /etc/lightdm/lightdm-webkit-greeter.conf file in your favorite text editor.
  • Add the following lines to the end of the file:
[SeatDefaults]
user-session=gnome-fallback