http://bugs.winehq.org/show_bug.cgi?id=9969
--- Comment #1 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-10-10 15:47:42 --- Created an attachment (id=8501) --> (http://bugs.winehq.org/attachment.cgi?id=8501) patch
The problem is that SW_SHOWNOACTIVATE behaves like SW_SHOW on managed Wine windows - the window receives a WM_TAKE_FOCUS (at least on Gnome 2.14.3) and accepts it activating the window. OPAS seems not to be prepared for this. With this patch that makes Wine not accept the WM_TAKE_FOCUS for the tooltip Window the program works fine. Of course the patch is not correct - it only proves where the problem is. OPAS also works fine in a virtual desktop.