TODO
authorCarsten Haitzler <raster@rasterman.com>
Mon, 22 Aug 2005 08:42:33 +0000 (08:42 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 22 Aug 2005 08:42:33 +0000 (08:42 +0000)
SVN revision: 16271

TODO
src/bin/e_main.c

diff --git a/TODO b/TODO
index 62d9b24..166e90b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,8 @@ Some of the things (in very short form) that need to be done to E17...
   BUGS / FIXES
 -------------------------------------------------------------------------------
 
+* BUG: e often forgets what window is focused so ctrl+alt+x for example doesnt
+  close the current focused window... hmmmm
 * e_hints.c manually changes flags on a border instead of calling
   e_border_stick() for example or the calls in e_border.c - add calls as needed
   to e_border.c. before calling check the lock flags too.
index eb4ba99..8f388d3 100644 (file)
@@ -479,7 +479,10 @@ main(int argc, char **argv)
                               "It likely is already in use by an existing copy of Enlightenment.\n"
                               "Double check to see if Enlightenment is not already on this display,\n"
                               "but if that fails try deleting all files in ~/.ecore/enlightenment-*\n"
-                              "and try running again."));
+                              "and try running again.\n"
+                              "\n"
+                              "If you use AFS then maybe you might want to make a symlink from\n"
+                              "~/.ecore to /tmp/my_directory/ecore where sockets can be made."));
        ipc_failed = 1;
      }
    else