SVN revision: 16271
This commit is contained in:
Carsten Haitzler 2005-08-22 08:42:33 +00:00
parent 64c25be4c1
commit 922c05ee14
2 changed files with 6 additions and 1 deletions

2
TODO
View File

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

View 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