[Bug 28759] 'start inetcpl.cpl' fails

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 19 17:51:22 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=28759

Bernhard Übelacker <bernhardu at mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardu at mailbox.org

--- Comment #6 from Bernhard Übelacker <bernhardu at mailbox.org> ---
Created attachment 71358
  --> https://bugs.winehq.org/attachment.cgi?id=71358
0001-RFC-start-Add-a-special-case-for-cpl-files.patch

For some reason cpl files are referenced in the registry with
"HKCR\cplfile\shell\cplopen\command".

Therefore currently SHELL_FindExecutable cannot find the command because
it searches just with the "open" verb.

Attached patch would check in start.exe if the extension is .cpl and
would in that case use the "cplopen" verb.

Another way to solve would be to cuplicate the line in wine.inf.in
to have both verbs, "open" and "cplopen".

-- 
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.


More information about the wine-bugs mailing list