summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-02 19:49:47 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-02 19:49:47 +0000
commit163ea6156c4fdc3b34c9daef913ab73b8725fa7a (patch)
tree41c5251348b98f6c3dcc2ca15ad0d2eb90a62e4d /move
parent1e44416ee9804348f825851b2b831102c2561e47 (diff)
downloaddrakx-163ea6156c4fdc3b34c9daef913ab73b8725fa7a.tar
drakx-163ea6156c4fdc3b34c9daef913ab73b8725fa7a.tar.gz
drakx-163ea6156c4fdc3b34c9daef913ab73b8725fa7a.tar.bz2
drakx-163ea6156c4fdc3b34c9daef913ab73b8725fa7a.tar.xz
drakx-163ea6156c4fdc3b34c9daef913ab73b8725fa7a.zip
now that mountloop blocks, we need to retain XFree from blinking when freeing up resources because startkde will not be there when mountloop exits
Diffstat (limited to 'move')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index e75dadf26..382bc180a 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -633,7 +633,7 @@ sub install2::startMove {
$ENV{GDMSESSION} = 1; #- disable ~/.xsession-errors in Xsession (waste of usb key writes)
exec '/etc/X11/Xsession', 'KDE'; #- call it with KDE parameter to keep background
} else {
- exec 'xwait' or c::_exit(0);
+ exec 'xwait', '-permanent' or c::_exit(0);
}
}