From ccca372eebb003bf9e81008fd3b0dbb17e999dd4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 27 Jan 2006 04:44:42 +0000 Subject: [PATCH] Slow down, you're moving too fast. SVN revision: 20064 --- xnest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xnest.sh b/xnest.sh index 50ec216d3..c8a09d10e 100755 --- a/xnest.sh +++ b/xnest.sh @@ -5,6 +5,8 @@ Xnest :1 -ac & +sleep 2 # Someone reported that it starts E before X has started properly. + # Comment out all but one of these. DISPLAY=:1 ; enlightenment & # Just run it. #DISPLAY=:1 ; xterm -e gdb -x gdb.txt enlightenment # Run it with the text based debugger.