From 5e2c904be7cf0007de1f6672488d9df04cd3f149 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Sat, 3 Jan 2004 00:31:48 +0000 Subject: fix bad color string Fri Jan 02 16:31:34 2004 George Lebl * 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. --- config/PreSession.in | 2 +- config/gdm.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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@ -- cgit v1.2.1