PDA

View Full Version : [ubuntu] how to edit/change GDM&splash



hawkingyy
April 18th, 2009, 02:07 AM
1. How can i change the GDM theme in Terminal?
2. How can i show splash screen while without install GNOME Splash Screen Manager in Terminal??
thanks !

PacSci
April 18th, 2009, 03:00 AM
To change the GDM theme in terminal, run:


sed 's|GraphicalTheme\=.*|GraphicalTheme=YOURTHEME|' /etc/gdm/gdm.conf | sudo tee /etc/gdm/gdm.conf

Replacing YOURTHEME with the theme name, of course.

hawkingyy
April 18th, 2009, 11:25 AM
To change the GDM theme in terminal, run:


sed 's|GraphicalTheme\=.*|GraphicalTheme=YOURTHEME|' /etc/gdm/gdm.conf | sudo tee /etc/gdm/gdm.conf

Replacing YOURTHEME with the theme name, of course.

thanks a lot !
and if the GDM Theme is a tar.gz package, and where should i put it and install it ??