[Bug 24893] New: Explorer++ is missing most right-click options for files/folders
http://bugs.winehq.org/show_bug.cgi?id=24893 Summary: Explorer++ is missing most right-click options for files/folders Product: Wine Version: 1.3.5 Platform: x86-64 URL: http://www.explorerplusplus.com/download OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: RandomAccountName(a)mail.com Created an attachment (id=31524) --> (http://bugs.winehq.org/attachment.cgi?id=31524) Log from right-clicking a folder, then a file Expected behavior: Right-clicking on a file should open the same menu that would be seen in Windows Explorer (or Winefile as the case may be), while right-clicking a folder should do the same, but with an added "open in new tab" option. Actual behavior: Right-clicking on a file produces a menu with a single option, which may be blank or random garbage. It doesn't appear to do anything either way. Right-clicking on a folder yields a menu with only the option "open in new tab." -- 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=24893 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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=24893 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shell32 --- Comment #1 from A Wine user <RandomAccountName(a)mail.com> 2011-09-21 01:16:25 CDT --- Still present in wine-1.3.28-421-gb615335. This bug doesn't occur with files if native shell32, shlwapi, and comctl32 are used. Native shell32 can't be tested here without the other two, but using only native shlwapi and comctl32 brings back the bug, so it seems to be a shell32 problem. I couldn't verify that this works for folders while using those native DLLs because it crashes calling unimplemented function ole32.dll.CoEnableCallCancellation. -- 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=24893 --- Comment #2 from A Wine user <RandomAccountName(a)mail.com> 2013-08-12 00:20:22 CDT --- Still in wine-1.7.0. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #3 from super_man(a)post.com --- (In reply to A Wine user from comment #2)
Still in wine-1.7.0.
Still valid 1.9.12 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #4 from winetest(a)luukku.com --- Seems to be related to fixme:shell:ContextMenu_HandleMenuMsg2 (0x1d0140)->(0x117 0x310188 0x0 (nil)): stub still valid 1.9.21-git. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 --- Comment #5 from winetest(a)luukku.com --- (In reply to winetest from comment #4)
Seems to be related to
fixme:shell:ContextMenu_HandleMenuMsg2 (0x1d0140)->(0x117 0x310188 0x0 (nil)): stub
still valid 1.9.21-git.
Comes from here http://source.winehq.org/git/wine.git/blob/6d89f58ec2935b5e8bebef34e7fbe8929... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 --- Comment #6 from winetest(a)luukku.com --- I believe that bug 39841 is about the same issue. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 IvanDSM <snesivan1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |snesivan1(a)gmail.com --- Comment #7 from IvanDSM <snesivan1(a)gmail.com> --- This still happens in Wine Staging 5.0. I got no context menu for files, and only the "Open in New Tab" option for folders. Tested on a clean prefix. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |damjan.jov(a)gmail.com Status|UNCONFIRMED |NEW --- Comment #8 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- The problem is that Explorer++ wants IContextMenu_QueryContextMenu() to provide shellview IDs in a very small range, 1-1000, while the shellview constants are very large, eg. FCIDM_SHVIEW_OPEN == 0x7102, which is beyond the end of range, so all options get left out, and the right-click menu is blank. The menu IDs for shellview constants need to be rebased to a smaller range of values. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 --- Comment #9 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- Patch sent: https://source.winehq.org/patches/data/204819 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2b6458b75713cedc6cd28d29802 | |98d6ac844757e Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- Fixed by a set of commits ending with 2b6458b75713cedc6cd28d2980298d6ac844757e. Resolving fixed. Thank you for your bug report! -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Explorer++ is missing most |File/folder context menus |right-click options for |have missing options |files/folders |(Explorer++, Double | |Commander) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.8. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24893 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|6.0.x |--- --- Comment #12 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 6.0.x milestone from bug fixes included in 6.0.2. -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla