[Bug 21861] New: SDP Downloader (2.3.0): Doesn't restore from tray
http://bugs.winehq.org/show_bug.cgi?id=21861 Summary: SDP Downloader (2.3.0): Doesn't restore from tray Product: Wine Version: 1.1.38 Platform: x86-64 URL: http://sdp.ppona.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: atalanttore(a)googlemail.com Created an attachment (id=26473) --> (http://bugs.winehq.org/attachment.cgi?id=26473) SDP Downloader after minimizing to tray I'm using WINE 1.1.38 on Ubuntu 9.10 x64. Bug: The SDP Downloader (2.3.0) doesn't restore from tray after minimizing. After minimizing it also often appears a small stripe of a program window in the center of the screen (see attached screenshot). As workaround I use to click right on the SDP entry in tray menu, choose "minimize" and the mysterious stripe of a program window disappears. Then I'll click right again on the SDP entry, choose "Restore" and the program window gets restored/maximized. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #1 from Wylda <wylda(a)volny.cz> 2010-04-06 13:27:24 --- This is caused by sending WM_SYSCOMMAND instead of calling ShowWindow... To be sure, you can try to revert following two commits: * 4a69797c43166699e7fbe70e6a7de4abd9521af8 * 8d77c375b27adc490d24d7593769f4e149d4102c -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 --- Comment #2 from Ettore Atalan <atalanttore(a)googlemail.com> 2010-04-12 12:35:18 --- Thanks for identifying the reason for this problem. Unfortunately, I don't have any programming skills to revert two commits by myself. Sorry! I just can say (resp. write) that SDP Downloader works properly on Windows XP. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2010-04-12 13:31:28 --- (In reply to comment #2)
Thanks for identifying the reason for this problem.
Unfortunately, I don't have any programming skills to revert two commits by myself. Sorry!
I just can say (resp. write) that SDP Downloader works properly on Windows XP.
Run: git show 4a69797c43166699e7fbe70e6a7de4abd9521af8 | patch -p1 -R git show 8d77c375b27adc490d24d7593769f4e149d4102c | patch -p1 -R -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-03-19 14:31:29 CDT --- Is this still an issue in 1.4 or newer wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Status|UNCONFIRMED |NEW CC| |julliard(a)winehq.org Ever Confirmed|0 |1 Regression SHA1| |8d77c375b27adc490d24d759376 | |9f4e149d4102c --- Comment #5 from Wylda <wylda(a)volny.cz> 2012-05-18 13:38:20 CDT ---
Is this still an issue in 1.4 or newer wine?
Yes, still present in wine-1.5.4-170-g8933d91. When you maximize the windows and then minimize to try, you won't be able to get it back. This is actually a two commit regression: * wine-1.1.2-153-g4a69797c43166699e7fbe70e6a7de4abd9521af8 * wine-1.1.2-122-g8d77c375b27adc490d24d7593769f4e149d4102c Let's fill the proper fields. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2012-05-18 14:01:57 CDT --- It works fine here. What window manager are you using? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 --- Comment #7 from Wylda <wylda(a)volny.cz> 2012-05-18 14:16:58 CDT ---
It works fine here. What window manager are you using?
KDE v4.4.5. It works for me until i maximize the window. Following minimize still works, but i'm unable to restore it from the tray to maximized state. Still stays on the tray only. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2012-05-18 14:29:10 CDT --- It works fine for me on KDE 4.7.4. Probably duplicate of 23745. *** This bug has been marked as a duplicate of bug 23475 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-05-18 16:30:39 CDT --- *** This bug has been marked as a duplicate of bug 23745 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2012-05-31 07:20:58 CDT --- Closing DUPLICATE bugs. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org