http://bugs.winehq.org/show_bug.cgi?id=13217
Summary: Minimize/restore needs to send a WM_SYSCOMMAND message Product: Wine Version: 1.0-rc1 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: julliard@winehq.org
Some apps like eMule (cf. bug 5844) and FL Studio (cf. bug 3270) depend on receiving a WM_SYSCOMMAND when a window is minimized or restored. Currently we call ShowWindow directly because the state of the window has already been changed by the window manager.
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-15 23:23:14 --- If I recall correctly Delphi 3 and 5 apps need this too. To properly hide and restore their icon window.
http://bugs.winehq.org/show_bug.cgi?id=13217
Vladimir vladimiroski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vladimiroski@gmail.com
--- Comment #2 from Vladimir vladimiroski@gmail.com 2008-05-24 21:28:51 --- Any plans on this?.
I have to confirm this for eMule Plus also, I can only minimize it to tray if I select "Minimize to tray on exit" option or if I press ESC in eMule Plus Window.
Wine wine-1.0-rc1; Ubuntu 7.10
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #3 from Vladimir vladimiroski@gmail.com 2008-05-30 19:07:05 --- Just to update the bug, this is still present in 1.0-RC3.
After the wine improvements for transparent background systray icons and the fix for this bug 13475 is sad that this important thing is still broken :(
http://bugs.winehq.org/show_bug.cgi?id=13217
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-08-02 04:06:01 --- This is fixed now.
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #5 from Vladimir vladimiroski@gmail.com 2008-08-02 08:52:36 --- Thank you!, I'm waiting for Wine 1.1.3 to test 8d77c375b27adc490d24d7593769f4e149d4102c :D
http://bugs.winehq.org/show_bug.cgi?id=13217
billstei billstei@hbci.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |billstei@hbci.com
--- Comment #6 from billstei billstei@hbci.com 2008-08-02 10:29:45 --- Tested git 1.1.2-194 with FL Studio 8 ( http://www.flstudio.com ) and although the minimize behaviour has changed, it is not possible to minimize (or restore) the window. Current behaviour is that the window acts as though it is minimizing and immediately restores/reappears.
Also: the extraneous narrow/wide window remains, and the right-click menu in Gnome Window List continues to not have a Minimize option available.
http://bugs.winehq.org/show_bug.cgi?id=13217
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2008-08-22 10:46:37 --- Closing bugs fixed in 1.1.3.
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #8 from billstei billstei@hbci.com 2008-08-22 17:33:52 --- Tested Wine 1.1.3 and FL Studio 8 behavior is the same as comment #6 above. Whether the latest Wine code should fix the problem, or just lay the ground-work for the fix, I am not clear, but the problem in FL Studio remains.
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-22 23:07:36 --- (In reply to comment #8)
Tested Wine 1.1.3 and FL Studio 8 behavior is the same as comment #6 above. Whether the latest Wine code should fix the problem, or just lay the ground-work for the fix, I am not clear, but the problem in FL Studio remains.
Then this is most likely a different problem. Why do you think it's related to sending WM_SYSCOMMAND?
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #10 from billstei billstei@hbci.com 2008-08-22 23:47:33 --- The FL Studio minimize problem was being handled under bug #3270 and was transferred here. I have no idea if the FL Studio problem properly belongs here.
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2008-08-23 04:13:58 --- The remaining FL Studio issue is yet another problem, that app is really doing some very stupid things with its window management. Please file a new bug for that problem.
http://bugs.winehq.org/show_bug.cgi?id=13217
--- Comment #12 from billstei billstei@hbci.com 2008-08-23 09:44:16 --- FL Studio minimize problem moved to bug #14957