You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
547 B
13 lines
547 B
18 years ago
|
#!/bin/sh
|
||
|
|
||
|
#export REDRAW_DEBUG=1 # To cause redraw- to happen slovly and obviously.
|
||
|
#export ECORE_ERROR_ABORT=1 # To cause ecore to abort on errers.
|
||
|
|
||
|
Xnest :1 -ac &
|
||
|
|
||
|
# 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.
|
||
|
#DISPLAY=:1 ; ddd -geometry 550x450+5+25 enlightenment & # Run it with the GUI debugger.
|
||
|
#DISPLAY=:1 ; valgrind --tool=memcheck --log-file=valgrind_log enlightenment & # Run it with valgrind.
|