Mike Frysinger wrote:
http://bugs.gentoo.org/show_bug.cgi?id=33246 i kind of remembering a
thread about this before but i cant seem to find it ...

basically, whats the status of grabbing the focus of nautilus when
using it as the root window ?  is it still broken  ?  if so, under
what configurations ? -mike

I don't think the bug report is entirely clear about which problem
exists in which version.

If you look for "nautilus desktop focus" you will find the thread.

The problem atm. is that until a "klick to focus" option has been
implemented, it is necessary to choose between nautilus desktop focus
and sloppy focus.
E 16.6 chose sloppy focus, which I think was the wrong decision.
Also, it should be possible to configure it, which it isn't.

If you want nautilus desktop focus in stead, apply attached patch.

/Kim
diff -u -r1.25 ewmh.c
--- src/ewmh.c  2 Oct 2003 18:54:18 -0000       1.25
+++ src/ewmh.c  21 Nov 2003 22:23:46 -0000
@@ -600,7 +600,6 @@
 
        ewin->layer = 0;
        ewin->sticky = 1;
-       ewin->focusclick = 1;
        ewin->neverraise = 1;
        ewin->skipfocus = 1;
        ewin->fixedpos = 1;

Reply via email to