Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        TODO xnest.sh 


Log Message:
TODO--

===================================================================
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -3 -r1.442 -r1.443
--- TODO        10 Sep 2006 07:07:55 -0000      1.442
+++ TODO        12 Sep 2006 06:48:30 -0000      1.443
@@ -8,11 +8,6 @@
   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
===================================================================
RCS file: /cvs/e/e17/apps/e/xnest.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- xnest.sh    27 Jan 2006 04:44:42 -0000      1.2
+++ xnest.sh    12 Sep 2006 06:48:30 -0000      1.3
@@ -8,7 +8,9 @@
 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.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to