http://bugs.winehq.org/show_bug.cgi?id=4728
hpestilence hpestilence@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hpestilence@gmail.com
--- Comment #8 from hpestilence hpestilence@gmail.com 2007-10-14 21:33:18 --- The window is now "managed". It has a titlebar with a minimize icon on it which works. It is also not on top of other windows any more. I tried the client both in window mode and full screen mode and it didn't display on top of them. It still doesn't close by itself though for the 2d client, but the UO:KR loading dialog does.
I made a simple script that I execute once the login screen is displayed that closes the loading dialog. ------------------- #!/bin/sh
killall UO.exe -------------------