From c869d939eed6726e4b776dea3583aba903992b0c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 4 Dec 2003 15:04:26 +0000 Subject: Xsession should be run with cwd as $HOME (fixes mountloop not working when giving relative path for secure directory) --- move/move.pm | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.1