aboutsummaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
Diffstat (limited to 'prefdm')
-rwxr-xr-xprefdm2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefdm b/prefdm
index 675506ee..57cfafc9 100755
--- a/prefdm
+++ b/prefdm
@@ -21,6 +21,8 @@ if [ -f /etc/sysconfig/desktop ]; then
preferred=/usr/bin/xdm
elif [ -n "$DISPLAYMANAGER" ]; then
preferred=$DISPLAYMANAGER
+ else
+ quit_arg="--retain-splash"
fi
else
quit_arg="--retain-splash"