GNOME Bugzilla – Bug 126874
New windows get focus in pointer-root mode
Last modified: 2004-12-22 21:47:04 UTC
Pointer root mode should leave focus where the pointer is, even for new windows. Index: window.c =================================================================== RCS file: /cvs/gnome/metacity/src/window.c,v retrieving revision 1.303 diff -u -r1.303 window.c --- window.c 8 Nov 2003 17:25:49 -0000 1.303 +++ window.c 13 Nov 2003 05:41:47 -0000 @@ -1652,7 +1652,7 @@ } } - if (did_placement) + if (did_placement && meta_prefs_get_focus_mode () == META_FOCUS_MODE_CLICK) { if (window->xtransient_for != None) {
I swear you already filed this ;-)
I probably did, but I note that my version of the code still contains a diff here...
*** This bug has been marked as a duplicate of 116164 ***