http://bugs.winehq.org/show_bug.cgi?id=21766
Summary: Total Commander: Right-clicking a file and choosing a menu item acts as Rename Product: Wine Version: 1.1.38 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alexandru.balut@gmail.com
Created an attachment (id=26313) --> (http://bugs.winehq.org/attachment.cgi?id=26313) Shows what happens when a menu item is clicked
Right-click a regular file and wait for the menu to show up, then click any of the following menu items: Cut, Copy, Create Link, Delete, Properties. What it does is as if the Rename item is clicked.
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-19 20:25:18 --- Can you try with native comctl32.dll (install with winetricks)?
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #2 from Alex Balut alexandru.balut@gmail.com 2010-02-21 05:33:21 --- I did the following, but it still has the same behaviour: $ winetricks comctl32 $ wineserver -k
A particular case is when Total Commander is started: Start Total Commander, right click any regular file, click Properties, notice that the blue bar which shows the path to the current directory (above the list of files) is editable (as if you click it and now you can type the path).
Another bug, which seems related: click the blue bar which shows the path to the current directory, notice how it becomes editable, then right-click any regular file in the panel below it, click Properties, notice how the application freezes.
http://bugs.winehq.org/show_bug.cgi?id=21766
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #3 from Wylda wylda@volny.cz 2010-04-10 13:34:38 ---
Confirming. Well described, easy to reproduce, small (tiny) download:
http://www.ghisler.com/amazons3.php
The behavior is the same in all the following versions: * 1.0.1, 1.1.25, 1.1.42
The second problem beginning with "Another bug, ..." should be opened as separate bug report, because the freezing is caused by wine crash:
err:seh:setup_exception_record stack overflow 1632 bytes in thread 0009 eip 7bc3f14e esp 00240cd0 stack 0x240000-0x241000-0x340000
http://bugs.winehq.org/show_bug.cgi?id=21766
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.ghisler.com/amaz | |ons3.php Ever Confirmed|0 |1
--- Comment #4 from Austin English austinenglish@gmail.com 2010-04-10 14:45:18 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #5 from Alex Balut alexandru.balut@gmail.com 2010-04-10 20:26:52 --- Regarding Comment #2: - The particular case I reported happens only with the registered version of Total Commander.
- I created a separate bug for the second problem ("Another bug, ..."): http://bugs.winehq.org/show_bug.cgi?id=22333
Another odd thing that happens when doing the operations in the original bug Description is the following: I have 2 regular files in a directory, click the first, long-right-click the second, click Rename (or Properties or whatever), then instead of the right-clicked file name becoming editable, the previously-clicked file name becomes editable. Please tell me if I should file a separate bug for it.
http://bugs.winehq.org/show_bug.cgi?id=21766
marko rakamaric marko.rakamaric@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marko.rakamaric@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=21766
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
--- Comment #6 from Daniel Jelinski djelinski1@gmail.com 2013-03-17 08:39:04 CDT --- I can not reproduce this bug. Tested with Total Commander 7.56a, wine 1.5.4 and 1.5.25. Fixed?
http://bugs.winehq.org/show_bug.cgi?id=21766
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2013-03-17 13:38:35 CDT --- (In reply to comment #6)
I can not reproduce this bug. Tested with Total Commander 7.56a, wine 1.5.4 and 1.5.25. Fixed?
I can't reproduce it either with version 7.50 ou 7.56. Although nothing happens when any of the menu items is selected.
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #8 from Daniel Jelinski djelinski1@gmail.com 2013-03-17 13:58:26 CDT --- (In reply to comment #7)
I can't reproduce it either with version 7.50 ou 7.56. Although nothing happens when any of the menu items is selected.
That's bug 8692. The reason is the same as presented in Focht's analysis in comment 14 there.
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #9 from Alex Balut alexandru.balut@gmail.com 2013-08-06 05:31:48 CDT --- (In reply to comment #8)
(In reply to comment #7)
I can't reproduce it either with version 7.50 ou 7.56. Although nothing happens when any of the menu items is selected.
That's bug 8692. The reason is the same as presented in Focht's analysis in comment 14 there.
Should this be marked as a duplicate then? Now in wine-1.6 simply nothing happens if those menu items are clicked.
With wine-1.6 I get in the console: - right-click on file to open menu: fixme:shell:ContextMenu_HandleMenuMsg (0x1da908)->(0x117 0xe03ca 0x0): stub
- click Delete fixme:shell:ItemMenu_InvokeCommand Is an EX structure fixme:shell:ItemMenu_InvokeCommand Unhandled Verb 6fb4l
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #10 from Daniel Jelinski djelinski1@gmail.com 2013-08-18 11:19:06 CDT --- (In reply to comment #9)
Should this be marked as a duplicate then?
Should probably be marked duplicate, or better yet, fixed :) Cut & Copy currently fail (patch sent), Create Link is unimplemented, Delete works fine, Properties also kind of works - except that most files don't implement any Properties pages. Also Paste never appears in the context menus in TC, which limits the usability of cut/copy (you can still copy files to wine explorer).
http://bugs.winehq.org/show_bug.cgi?id=21766
--- Comment #11 from Daniel Jelinski djelinski1@gmail.com 2013-08-21 14:58:42 CDT --- Filed bug 34319, bug 34321 and bug 34322 for the remaining issues with copy/paste.
http://bugs.winehq.org/show_bug.cgi?id=21766
Alex Balut alexandru.balut@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #12 from Alex Balut alexandru.balut@gmail.com 2013-08-21 15:21:21 CDT --- (In reply to comment #10)
(In reply to comment #9)
Should this be marked as a duplicate then?
Should probably be marked duplicate, or better yet, fixed :)
Marking as duplicate.
*** This bug has been marked as a duplicate of bug 8692 ***
http://bugs.winehq.org/show_bug.cgi?id=21766
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Austin English austinenglish@gmail.com 2013-08-28 14:10:27 CDT --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=21766
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.ghisler.com/amaz |https://web.archive.org/web |ons3.php |/20210210164127/https://mad | |senworld.dk/tcmd/finals/tcm | |d756a.exe CC| |focht@gmx.net Summary|Total Commander: |Total Commander 7.5x: |Right-clicking a file and |Right-clicking a file and |choosing a menu item acts |choosing a menu item does |as Rename |nothing in most cases
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20210210164127/https://madsenworld.dk/tcmd/final...
The original problem was fixed a long time ago, before Wine 1.4 release. All the other issues "clicking popup menu item X does nothing" are covered by bug 8692.
Since you chose to resolve this bug as dupe of bug 8692 which means you recycled it for a different issues I'm changing the original summary from:
"Total Commander: Right-clicking a file and choosing a menu item acts as Rename"
to
"Total Commander 7.5x: Right-clicking a file and choosing a menu item does nothing in most cases"
It handles a few popup menu items though, such as file 'viewer'. For all unhandled ones you get 'fixme:shell:ItemMenu_InvokeCommand Unhandled Verb XXXX' message in console.
Regards