Bellegarde Cedric wrote:
I've found a new bug with gnome-2.4, don't know if it works with 2.2.

I can't rename an item on desktop. I think enlightenment doesn't give
focus to nautilus so it can't grab keys from keyboard.

Yes, same problem with 2.2.
I never use the nautilus desktop except for occasional testing.
Could you try out attached patch and see if that is better?

/Kim
diff -I printf -rud -X excl.list e16-cvs.org/e/src/ewmh.c e16-cvs.work/e/src/ewmh.c
--- e16-cvs.org/e/src/ewmh.c    2003-08-19 00:03:49.000000000 +0200
+++ e16-cvs.work/e/src/ewmh.c   2003-09-07 23:05:23.000000000 +0200
@@ -600,9 +600,9 @@
 
        ewin->layer = 0;
        ewin->sticky = 1;
-       ewin->focusclick = 1;
        ewin->neverraise = 1;
        ewin->skipfocus = 1;
+       ewin->fixedpos = 1;
        b = (Border *) FindItem("BORDERLESS", 0, LIST_FINDBY_NAME,
                                LIST_TYPE_BORDER);
        ewin->border_new = 1;

Reply via email to