On Wed, 2004-04-21 at 17:37, Mitchell Ferschweiler wrote: > The color is set in the file: /etc/gdm/PreSession/Default > > I agree it would be nice if the color was set to that of the gdm > background, but I have no idea how plausible that is.
Here's a patch to do that:
--- Default.orig 2004-04-21 23:25:07.000000000 +0100
+++ Default 2004-04-21 23:25:16.000000000 +0100
@@ -8,12 +8,6 @@
#
PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin:$PATH:/bin:/usr/bin"
-XSETROOT=`which xsetroot 2>/dev/null`
-if [ "x$XSETROOT" != "x" ] ; then
- "$XSETROOT" -cursor_name left_ptr -solid "#363047"
-fi
-
-
SESSREG=`which sessreg 2>/dev/null`
if [ "x$SESSREG" != "x" ] ; then
# some output for easy debugging
Any objections? Should I file a bug report with this attached?
Pedro.
signature.asc
Description: This is a digitally signed message part

