
silvermar_ubuntu_splash
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Better if you set a black background.
For do this:
$ sudo gedit /etc/gdm/PreSession/Default
then search for
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="#XXXXXX
fi
and change XXXXXX whit 000000 (zero, zero, zero, zero, zero, zero)
GrzegorzJZD
13 years ago
Report
rossko
13 years ago
or you can download gnome-splashscreen-manager
http://www.miketech.net/gnome-art/
or if in ubuntu apt-get install it :D
Report