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?
Asked
Active
Viewed 2.7k times
3 Answers
2
auto log-in gnome classic desktop :
sudo apt-get install gnome-session-fallbacksudo /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
vanduc1102
- 111