diff options
-rw-r--r-- | move/move.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 4434204f2..c449a6c06 100644 --- a/move/move.pm +++ b/move/move.pm @@ -640,6 +640,7 @@ sub install2::startMove { $ENV{SHELL} = $shell; $ENV{XDM_MANAGED} = '/var/run/rebootctl,maysd,mayfn,sched'; #- for reboot/halt availability of "logout" by kde $ENV{GDMSESSION} = 1; #- disable ~/.xsession-errors in Xsession (waste of usb key writes) + chdir; exec '/etc/X11/Xsession', 'KDE'; #- call it with KDE parameter to keep background } else { exec 'xwait', '-permanent' or c::_exit(0); |