View Full Version : [ubuntu] how to edit/change GDM&splash
hawkingyy
April 17th, 2009, 09:07 PM
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 17th, 2009, 10:00 PM
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, 06: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 ??
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.