[Bug 11111] Picasa slideshow does not have focus on Gnome

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 2 04:46:44 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11111


Dmitry Timoshkov <dmitry at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry at codeweavers.com




--- Comment #4 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-04-02 04:46:44 ---
It's a similar problem to the one reported in the bug 11026. Picasa creates
a window for slide show with styles WS_POPUP/WS_EX_TOOLWINDOW. Wine makes
the window managed and assignes _NET_WM_WINDOW_TYPE_UTILITY type to it.
However Metacity doesn't set input focus to windows with utility type.

As a workaround you need to click with a mouse to make the window get
input focus.

Completely removing WS_EX_TOOLWINDOW handling from dlls/winex11.drv/window.c,
X11DRV_set_wm_hints() fixes this problem as well as the bug 11026.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list