How to change the orange color which is between the login screen and your fully loaded Ubuntu desktop
After you logged in from your ultra cool gdm theme the colour will briefly switch to a anoying orange colour. This can be changed as follows:
Open a terminal and write: sudo gedit /etc/gdm/PreSession/Default
Then change
# Default value
if [ “x$BACKCOLOR” = “x” ]; then
BACKCOLOR=”#dab082″
fi
to
# Default value
if [ “x$BACKCOLOR” = “x” ]; then
BACKCOLOR=”#dab000000″
fi
This entry was posted
on Sunday, April 6, 2008
at Sunday, April 06, 2008
and is filed under
HowTo,
Tips,
Ubuntu
. You can follow any responses to this entry through the
comments feed
.