Turns out the program is straight in the login manager. Specifically, in the file
/etc/gdm/PreSession/Default
. Thankfully, it’s easy to fix with a text editor.So from the command line type:
# gksudo gedit /etc/gdm/PreSession/Default
Scroll down to:—————————–then change# Default value
if [ “x$BACKCOLOR” = “x” ]; then
BACKCOLOR=”#dab082″
fi
“$XSETROOT” -cursor_name left_ptr -solid “$BACKCOLOR”
fi
exit 0
————————–
BACKCOLOR=”#dab082″
to any hexcolor you prefer, for instanceBACKCOLOR=”#000000”
0 comentarios:
Post a Comment