Skip to content
Unix Server Solutions
  • Server
  • Apple
  • Database
  • Ubuntu
  • Linux

Ubuntu – How to set the GNOME Classic login to be the default with autologin

auto-logingnome-classiclightdm

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?

Best Answer

auto log-in gnome classic desktop :

  • sudo apt-get install gnome-session-fallback
  • sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-classic

Related Solutions

Ubuntu – How to set multiple timezones in Gnome Classic

background

The unity-indicator as you may have gathered does not have the same capabilities as Unity. The developers have patched the gnome-libraries to give this integration. However - by design - they have left the Gnome-Shell & Gnome-Classic desktops as vanilla as possible. This is by expression wish by the gnome-developers.

Thus you will need a slightly more inventive solution - this answer will give you one such suggestion.

use the clock applet

enter image description here

Temporarily add the clock applet to the panel.

Find your location by clicking edit in the applet

Next look carefully at the locations:

enter image description here

The value you are interested in is timezone city

In this example:

America/Port_of_Spain Piarco
Europe/Rome Verona

Next fire up dconf-editor

dconf-tools Install dconf-tools

Look at the locations field as shown and add your new location(s) - each entry is in the format ,'timezone city' i.e. separate entries with commas

enter image description here

You then will automatically update your date-time indicator. You can finish off by deleting the clock applet.

enter image description here

Ubuntu – Install gnome classic on Ubuntu 16.04

If you want GNOME Flashback (fallback), run this.

sudo apt-get update && sudo apt-get install gnome-panel gnome-flashback gnome-session-flashback indicator-applet-appmenu 

You will then have options for either GNOME Flashback (Metacity) and GNOME Flashback (Compiz) available when you logout and get back to the login screen.

Related Question
  • Ubuntu – How to set multiple timezones in Gnome Classic
  • Ubuntu – Install gnome classic on Ubuntu 16.04