[Bug 40482] Support set title in start, needed by latest MSYS2

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 19 14:44:20 CST 2020


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |42fa293d48be89ce06b1aab264c
                   |                            |5c0d8cc1b4f53
           Keywords|download, source            |
                 CC|                            |focht at gmx.net
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

resolving fixed here.

*
https://source.winehq.org/git/wine.git/commitdiff/ada8b1ab9387f0ee2a6b96ce7c468934ef3d86c0
("cmd.exe: If there is a title given through STARTUPINFO, use it.")

*
https://source.winehq.org/git/wine.git/commitdiff/f2fa7ec3c57dc79fab755f6a0ec0c43447fce915
("start.exe: Pass the "show window" flags to CreateProcess() too.")

*
https://source.winehq.org/git/wine.git/commitdiff/3c7501e8f0f941db012bed16cf7b5943202fe83d
("start.exe: Launch all binaries through CreateProcess().")

*
https://source.winehq.org/git/wine.git/commitdiff/42fa293d48be89ce06b1aab264c5c0d8cc1b4f53
("start.exe: Search PATH for the executable to launch.")

*
https://source.winehq.org/git/wine.git/commitdiff/c5bceecb51efc52b315b3526d9a85f2373e229cc
("start.exe: STARTUPINFOW needs the STARTF_USESHOWWINDOW flag.") -> regression
fix for 42fa293d48be89ce06b1aab264c5c0d8cc1b4f53

Thanks Damjan

--- snip ---
$ wine start "\"hello there\"" \\Windows\\system32\\cmd.exe
--- snip ---

works as expected with Wine 4.21 while it doesn't with older versions:

--- snip ---
$ wine start "\"hello there\"" \\Windows\\system32\\cmd.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Path not found.
--- snip --

Removing 'download' and 'source' keywords. They are not useful if you don't
provide the information in the bug ticket fields or at least in the comments
(direct links to downloads and MSYS2 source references). Always specify the
application version to be able to reproduce even years later.

$ wine --version
wine-5.0-rc6

Regards

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