Affected File (in gutsy):
/etc/gdm/PreSession/Default

Reason:
GDM_GREETER_TYPE is not set, so always fallback to hardcoded color

Fix - add the following lines (after the comment "Set background color"):
GDM_GREETER_TYPE=`gdmflexiserver --command="GET_CONFIG daemon/Greeter $DISPLAY"`
GDM_GREETER_TYPE=`echo $GDM_GREETER_TYPE | sed 's/^.*gdmlogin.*$/PLAIN/'`
if [ "x$GDM_GREETER_TYPE" != "xPLAIN" ]; then
  GDM_GREETER_TYPE=THEMED
fi

regards

eTM

-- 
login background color is hardcoded
https://bugs.launchpad.net/bugs/132833
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to