http://bugs.winehq.org/show_bug.cgi?id=9437
--- Comment #5 from Kirill K. Smirnov lich@math.spbu.ru 2007-08-27 11:37:46 ---
No, windows can be managed without a WM title, Wine sets the mwm hints depending on the win32 style, and then it's up to the WM to display or not the appropriate decorations.
Thanks for explanation, it clears many things for me!!
It works fine here, the window is managed but that's the right thing to do for this app IMO.
I think, being managed for QIP is a really bad idea (right now). Let's consider the following situation:
0) Switch to Virtual desktop #1 1) Start QIP 2) Activate qip by clicking on systray icon (if qip is not already active) 3) switch to another virtual desktop (#2). Before this bug qip had the single window available in all virtual desktops, but now only in #1. 4) click on systray icon to summon qip buddy list. It will not appear on desktop #2, and the instance in desktop #1 stop responding. Only restart heals the situation.
This behaviour is observed under KDE. Do other WMs handle this case correct? Or is it another wine bug?