From 5e44424c6b7fabb729ae3de825608c3be763b3d4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 12 Sep 2006 06:48:30 +0000 Subject: [PATCH] TODO-- SVN revision: 25758 --- TODO | 5 ----- xnest.sh | 6 ++++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index df0b58c86..3bd3a80fd 100644 --- a/TODO +++ b/TODO @@ -8,11 +8,6 @@ Some of the things (in very short form) that need to be done to E17... BUGS / FIXES ------------------------------------------------------------------------------- -* BUG: exe and options split doesnt do things quite right - it should empty - out %u/U/f whatever (parts and conver them to empty strings) but keep other - cmd-line options (eg my exe is "xterm -e mutt" should nto strip off the - options) so "exe %u" -> "exe ", "exe -f %u" -> "exe -f ", - "exe -f" -> "exe -f" * BUG: adding app using "applications" dialog to a bar dir ends up with blank icons in the bar dir in the apps dialog - until a restart * BUG: smart placement seems to screw up if a shelf is at the top of the screen diff --git a/xnest.sh b/xnest.sh index c8a09d10e..7305745e5 100755 --- a/xnest.sh +++ b/xnest.sh @@ -8,7 +8,9 @@ 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 ; enlightenment # Just run it. #DISPLAY=:1 ; xterm -e gdb -x gdb.txt enlightenment # Run it with the text based debugger. +DISPLAY=:1 ; 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. +#DISPLAY=:1 ; valgrind --tool=memcheck --log-file=valgrind_log enlightenment # Run it with valgrind. +#DISPLAY=:1 ; valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --log-file=valgrind_log enlightenment # Run it with valgrind and leak checking.