http://bugs.winehq.org/show_bug.cgi?id=11111
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@codeweavers.com
--- Comment #4 from Dmitry Timoshkov dmitry@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.