From 4b63e3e866a7f3962cd2e304ab4c0145d8ce388a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 27 Apr 2010 11:48:47 -0400 Subject: Add --retain-splash for KDM as well (#585250) --- prefdm | 1 + 1 file changed, 1 insertion(+) (limited to 'prefdm') diff --git a/prefdm b/prefdm index 45e67222..63fb39e3 100755 --- a/prefdm +++ b/prefdm @@ -15,6 +15,7 @@ if [ -f /etc/sysconfig/desktop ]; then quit_arg="--retain-splash" elif [ "$DISPLAYMANAGER" = KDE ]; then preferred=/usr/bin/kdm + quit_arg="--retain-splash" elif [ "$DISPLAYMANAGER" = WDM ]; then preferred=/usr/bin/wdm elif [ "$DISPLAYMANAGER" = XDM ]; then -- cgit v1.2.1