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
6
-
3Related to this question but we need an answer for the classic mode. – Jorge Castro Oct 23 '11 at 19:30
3 Answers
10
Run the following in a gome-terminal:
If you want GNOME Classic with effects:
sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-classicIf you want GNOME Classic without effects:
sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-fallback
-
gnome-fallback is perfect and what I need for my remote instance since screen updates aren't sent 100% during animations / screen redraws.
But I don't think this setting is getting set correctly as Libre Office is still doing silly window resizing when multiple are open and I click its launcher icon.
How can I verify this command has been sent correctly and is sticking?
– fIwJlxSzApHEZIl Feb 27 '14 at 04:59 -
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,002
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
- 4