diff --git a/TODO b/TODO index 62d9b244f..166e90b05 100644 --- 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. diff --git a/src/bin/e_main.c b/src/bin/e_main.c index eb4ba999b..8f388d3f7 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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