mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
startkde: remove check for now always empty dl variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
abab76a84a
commit
6f241bb936
1 changed files with 1 additions and 5 deletions
|
@ -230,11 +230,7 @@ fi
|
||||||
# started, any problems thereafter, e.g. ksmserver failing to initialize,
|
# started, any problems thereafter, e.g. ksmserver failing to initialize,
|
||||||
# will remain undetected.
|
# will remain undetected.
|
||||||
test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"
|
test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"
|
||||||
# If the session should be locked from the start (locked autologin),
|
kwrapper4 ksmserver $KDEWM
|
||||||
# lock now and do the rest of the KDE startup underneath the locker.
|
|
||||||
KSMSERVEROPTIONS=""
|
|
||||||
test -n "$dl" && KSMSERVEROPTIONS=" --lockscreen"
|
|
||||||
kwrapper4 ksmserver $KDEWM $KSMSERVEROPTIONS
|
|
||||||
if test $? -eq 255; then
|
if test $? -eq 255; then
|
||||||
# Startup error
|
# Startup error
|
||||||
echo 'startkde: Could not start ksmserver. Check your installation.' 1>&2
|
echo 'startkde: Could not start ksmserver. Check your installation.' 1>&2
|
||||||
|
|
Loading…
Add table
Reference in a new issue