5

How to make gnome classic the default desktop on natty using command line?

Jorge Castro
  • 71,754
kan3nas
  • 51

1 Answers1

4

1) Edit your ~/.dmrc file

nano ~/.dmrc

It should look something like the example below. There may be several lines relating to keyboard layout, language, etc, but you can ignore those.

[Desktop]
Session=gnome

2) Replace gnome with whatever you want, in this case gnome-classic.

3) Save with Ctrl - O and then Ctrl - X to close.

sutre
  • 462