Here's how to fix the problem.....
open /etc/gdm/PreSession/Default
change the part under the comment "#Default value" from this:
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="#dab082"
fi
To This:
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="x"
fi
that worked for me, hopefully it does (and it should) for those who are having
a problem with
the bug. If it doesn't work, just login under 'failsafe gnome' and reedit the
file to its original state.
--
login background color is hardcoded
https://bugs.launchpad.net/bugs/132833
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs