summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-01-03 00:31:48 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-01-03 00:31:48 +0000
commit5e2c904be7cf0007de1f6672488d9df04cd3f149 (patch)
treecee38a83a6532224d56412b805abae47baf2b687 /config
parentd436a6f6260652bc2b88f0f51dc929faf95c694c (diff)
downloadgdm-5e2c904be7cf0007de1f6672488d9df04cd3f149.tar.gz
fix bad color string
Fri Jan 02 16:31:34 2004 George Lebl <jirka@5z.com> * config/PreSession.in: fix bad color string * config/gdm.conf.in: add full path to the default list of modules comment * daemon/verify-pam.c: don't use the pam_fail_delay but rather the fallback only. The fail delay will block at bad times when we don't want it too. * gui/gdmsetup.c: save the config after flicking the accessibility modules setting and set default path on the sounds thing to /usr/share/sounds, even though it doesn't work because the stupid GnomeFileEntry is broken! Will file a bug/fix it later.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/PreSession.in2
-rw-r--r--config/gdm.conf.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/PreSession.in b/config/PreSession.in
index 662c7f3e..5dfbeb60 100755
--- a/config/PreSession.in
+++ b/config/PreSession.in
@@ -13,7 +13,7 @@ if [ "x$XSETROOT" != "x" ] ; then
# Try to snarf the BackgroundColor from the config file
BACKCOLOR=`grep '^BackgroundColor' @EXPANDED_SYSCONFDIR@/gdm/gdm.conf | sed 's/^.*=\(.*\)$/\1/'`
if [ "x$BACKCOLOR" = "x" ]; then
- BACKCOLOR="#76848"
+ BACKCOLOR="#76848F"
fi
"$XSETROOT" -cursor_name left_ptr -solid "$BACKCOLOR"
fi
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index 36cb79a1..5db613f8 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -53,7 +53,7 @@ TimedLoginDelay=30
# be allowed to minimise security holes
#AddGtkModules=false
# By default these are the accessibility modules
-#GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
+#GtkModulesList=gail:atk-bridge:@EXPANDED_LIBDIR@/gtk-2.0/modules/libdwellmouselistener:@EXPANDED_LIBDIR@/gtk-2.0/modules/libkeymouselistener
# Default path to set. The profile scripts will likely override this
#DefaultPath=/bin:/usr/bin:@X_CONF_PATH@:@EXPANDED_BINDIR@