On Mon, 2003-09-15 at 15:43, Lloyd D Budd wrote: > I upgraded to Gnome 2.4, and I like "Select windows when the mouse moves > over them". Since upgrading, a click on the window does not "raise" the > window. I have to click on the > > I do not see anything relevant in: > Applications -> Desktop Preferences -> Windows > > Any one else experiencing this (WAD)? Any solution? Submit a patch, it's a long story, basically you need to do a GrabModeAsync with XGrabButton() to get the raise click and then remove the line that disables raise click in sloppy focus mode. More details in various bugzilla bugs. Havoc