diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-05 11:52:55 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-05 11:52:55 +0000 |
commit | 47b75a5820543c800961f6f133dac89878419170 (patch) | |
tree | 7ed73c6fe77da9423b0196f54183ebff6f9d2644 /move/move.pm | |
parent | 2e5b217dd1b56e15564f4435732c59acafdb0643 (diff) | |
download | drakx-47b75a5820543c800961f6f133dac89878419170.tar drakx-47b75a5820543c800961f6f133dac89878419170.tar.gz drakx-47b75a5820543c800961f6f133dac89878419170.tar.bz2 drakx-47b75a5820543c800961f6f133dac89878419170.tar.xz drakx-47b75a5820543c800961f6f133dac89878419170.zip |
each time X respawns we need /etc/X11/Xsession rather than only startkde
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 8e131c826..cd3ef6274 100644 --- a/move/move.pm +++ b/move/move.pm @@ -653,7 +653,7 @@ sub install2::startMove { $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 + exec 'startkde_move'; } else { exec 'xwait', '-permanent' or c::_exit(0); } |