How to make gnome classic the default desktop on natty using command line?
Asked
Active
Viewed 5,292 times
1 Answers
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