[PATCH 0/1] MR1668: wineconsole: Let the created console's title be the command's name.
The title was set to 'wineconsole.exe' instead of the name of the created process. conhost.exe loads its per application configuration from the console's title. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1668
From: Eric Pouech <eric.pouech(a)gmail.com> The title was set to 'wineconsole.exe' instead of the name of the created process. conhost.exe loads its per application configuration from the console's title. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> --- programs/wineconsole/wineconsole.man.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/programs/wineconsole/wineconsole.man.in b/programs/wineconsole/wineconsole.man.in index dac4e62f321..37aa98d7c78 100644 --- a/programs/wineconsole/wineconsole.man.in +++ b/programs/wineconsole/wineconsole.man.in @@ -13,6 +13,17 @@ Bugs can be reported on the .UR https://bugs.winehq.org .B Wine bug tracker .UE . +.SH EXIT STATUS +When +.B +wineconsole +successfully starts the +.RI [ command ] +, the exit status is the one of the command. +In case of errors, +.B +wineconsole +returns 127. .SH AVAILABILITY .B wineconsole is part of the Wine distribution, which is available through WineHQ, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1668
The patch doesn't match the description... :wink: -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1668#note_18582
participants (3)
-
Eric Pouech -
eric pouech (@epo) -
Hugh McMaster (@hmc)