|
From: <enl...@li...> - 2006-01-27 04:44:49
|
Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e Dir : e17/apps/e Modified Files: xnest.sh Log Message: Slow down, you're moving too fast. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/xnest.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- xnest.sh 23 Jan 2006 18:20:04 -0000 1.1 +++ xnest.sh 27 Jan 2006 04:44:42 -0000 1.2 @@ -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. |