https://bugs.winehq.org/show_bug.cgi?id=28759
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #6 from Bernhard Übelacker bernhardu@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".