From 163ea6156c4fdc3b34c9daef913ab73b8725fa7a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 2 Dec 2003 19:49:47 +0000 Subject: now that mountloop blocks, we need to retain XFree from blinking when freeing up resources because startkde will not be there when mountloop exits --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.1