diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-03 20:21:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-03 20:21:24 +0900 |
commit | 30613a47ae17d3df4ffcb17c91f939b9364846cc (patch) | |
tree | 50b2ac605975bd96c123088a0fe14bbe6186d92b /starttde | |
parent | 99059156214a0ccf6916488b0b0942e0e76bf220 (diff) | |
download | tdebase-30613a47ae17d3df4ffcb17c91f939b9364846cc.tar.gz tdebase-30613a47ae17d3df4ffcb17c91f939b9364846cc.zip |
Fixed session locking at login. This resolves bug 2874.
Partially cherry picked from commit a359fef2.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'starttde')
-rwxr-xr-x | starttde | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -745,18 +745,6 @@ if test $? -ne 0; then fi echo "[starttde] tdeinit started successfully." 1>&2 -# If the session should be locked from the start (locked autologin), -# lock now and do the rest of the TDE startup underneath the locker. -# FIXME -# kdesktop needs to be notified of this locker process somehow so that -# it does not attempt to launch its own locker process on startup! -if test -n "$dl"; then - $TDEDIR/bin/kwrapper kdesktop_lock --forcelock & - # Give it some time for starting up. This is somewhat unclean; some - # notification would be better. - sleep 1 -fi - # Finally, give the session control to the session manager. # See tdebase/ksmserver for the description of the rest of the startup sequence. # When set, the TDEWM environment variable will be used as Trinity's |