http://bugs.winehq.org/show_bug.cgi?id=22941
Summary: New behaviour of wineconsole (Alt+F4 emulation by [x] button pressing) causes problems with FAR manager Product: Wine Version: 1.2-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ozerski@list.ru
In 1.2-rc2 under KDE 3.5.9 (Mandriva 2008.1) an incorrect behaviour of FAR Manager 1.70 is found. This problem is new, even 1.2-rc1 has it not. FAR manager is a win32 console norton-like file manager wich can be used under wine using wineconsole. Like other two-panel file managers, FAR supports own hot keys which not always are the same as the standard hot keys in MSWindows. E.g., Alt+F4 is for FAR not a command for closing but for editing a file. In native MSWindows, there are exist two ways to terminate FAR: 1) F10 key causes "internal" terminating of application with a prompt dialog, auto-saving of preferences etc. 2) Clicking on the Close button [x] on the top of the border of console window causes terminating of FAR immediately (that can be useful to preserve default settings etc). Before the last WINE release-candidate the behaviour of WINECONSOLE was the same as of the native MSWindow console and I could quickly terminate FAR using KDE-made [x] button. Now clicking [x] (Standard Close Button on the right-top of KDE window containing WINECONSOLE) causes an emulation of a pressing of Alt+F4. At result, the FAR manager does not terminate but opens a current file for edit. That is a wrong behaviour wich can cause different problems for console applications with non-standard hot keys (Maybe, introducing a possibility to customize the handling of the standard WINECONSOLE buttons could be also a good solution).
http://bugs.winehq.org/show_bug.cgi?id=22941
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=22941
--- Comment #1 from Austin English austinenglish@gmail.com 2010-05-29 19:57:14 --- Regression commit is http://source.winehq.org/git/wine.git/?a=commitdiff;h=167514ce940447bf301faf...
winex11.drv: Simulate pressing Alt+F4 instead of clicking the caption Close button when handling the WM_DELETE_WINDOW event.
author Dmitry Timoshkov dmitry@codeweavers.com committer Alexandre Julliard julliard@winehq.org commit 167514ce940447bf301faff4dd4b19978191c8bf tree afc87a6214b0ba9fb2865bbeb2b1f8a181fcfb9c parent c9fd854e04819a06ee10e04fb090810b4e879f10
http://bugs.winehq.org/show_bug.cgi?id=22941
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=22941
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@codeweavers.com
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-30 02:29:44 --- Hmm, this is starting to be even more fun.
http://bugs.winehq.org/show_bug.cgi?id=22941
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |agvozdik@bradontechnologies | |.com
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2010-05-31 16:27:42 --- *** Bug 22985 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22941
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #4 from Wylda wylda@volny.cz 2010-05-31 18:17:32 ---
Could be this one also as NEW based on comment #1?
--private keyword: bisected
http://bugs.winehq.org/show_bug.cgi?id=22941
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-31 20:03:54 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=22941
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rdunkle@smallcatbrain.com
--- Comment #6 from Wylda wylda@volny.cz 2010-06-12 13:44:08 --- *** Bug 23141 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22941
--- Comment #7 from Wylda wylda@volny.cz 2010-06-12 13:46:53 ---
This also affect Radmin (www.radmin.com, bug 23141), which's viewer run under wine closes applications on managed windows machine.
Maybe time for revert?
http://bugs.winehq.org/show_bug.cgi?id=22941
Michal Thoma michal@thoma.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michal@thoma.cz
--- Comment #8 from Michal Thoma michal@thoma.cz 2010-06-13 12:06:28 --- *** Bug 23156 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22941
--- Comment #9 from Michal Thoma michal@thoma.cz 2010-06-13 12:10:39 --- Photoshop CS2 is affected as well (as reported in bugreport linked at previous post).
http://bugs.winehq.org/show_bug.cgi?id=22941
Paul Chitescu paulc@voip.null.ro changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paulc@voip.null.ro
--- Comment #10 from Paul Chitescu paulc@voip.null.ro 2010-06-14 07:28:18 --- A few other various Windows applications are also having trouble closing their window.
Clicking on the [X] button or selecting Close from the window's menu or pressing Alt-F4 results in no action.
Perhaps this offers a hint - the Simple Webcam capture closes on either [X] or Menu/Close or Alt-F4 only if the focus is in a control other than dropdown list. http://mattcollinge.wordpress.com/software/simple-webcam-capture/
http://bugs.winehq.org/show_bug.cgi?id=22941
--- Comment #11 from Paul Chitescu paulc@voip.null.ro 2010-06-14 07:38:17 --- Were there specific applications that did not handle well a click in HTCLOSE? Or there were some that wanted specifically Alt-F4?
A cleaner alternative would be to post WM_SYSCOMMAND / SC_CLOSE in which both the above should result.
http://bugs.winehq.org/show_bug.cgi?id=22941
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-14 09:22:34 --- (In reply to comment #11)
Were there specific applications that did not handle well a click in HTCLOSE?
It's Firefox.
Or there were some that wanted specifically Alt-F4?
A cleaner alternative would be to post WM_SYSCOMMAND / SC_CLOSE in which both the above should result.
That breaks Winword 2003. And there were other broken applications around as well.
http://bugs.winehq.org/show_bug.cgi?id=22941
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Andrew Nguyen arethusa26@gmail.com 2010-06-16 17:48:21 --- Paul Chitescu's fix was committed as 02674b2b95a4a9125af44470c14ccbcef9608c8d, so I presume this is fixed.
http://bugs.winehq.org/show_bug.cgi?id=22941
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-06-18 12:47:41 --- Closing bugs fixed in 1.2-rc4.
http://bugs.winehq.org/show_bug.cgi?id=22941
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |02674b2b95a4a9125af44470c14 | |ccbcef9608c8d Regression SHA1| |167514ce940447bf301faff4dd4 | |b19978191c8bf
https://bugs.winehq.org/show_bug.cgi?id=22941
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |winex11.drv