SVN revision: 25758
This commit is contained in:
David Walter Seikel 2006-09-12 06:48:30 +00:00
parent bc154d06b8
commit 5e44424c6b
2 changed files with 4 additions and 7 deletions

5
TODO
View File

@ -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

View File

@ -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.