On Mon Jul 10 14:53:19 2023 +0000, Jacek Caban wrote:
> Is it some Wine-specific use case? I think that something like that
> would not work on Windows.
It is indeed Wine-specific, but on Windows it isn't as much of a problem because AllocConsole gives you the same cmd you would use normally, while wineconsole is inferior to a normal terminal. Also is there any reason to explicitly block console output on GUI apps? If I understand it correctly on Windows it's done because otherwise a new console window is created, wine doesn't do that though?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3145#note_38539
On Mon Jul 10 14:53:19 2023 +0000, Jakub Staroń wrote:
> I know it's relying on broken behavior but before this PR it was nice to
> be able to log to the terminal from GUI apps (!3022 would be a much
> nicer solution for that). Does anyone know if there is a workaround to
> be still able to do that? My main issue is that wineconsole is way
> slower than normal terminal emulators.
Is it some Wine-specific use case? I think that something like that would not work on Windows.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3145#note_38531
I know it's relying on broken behavior but before this PR it was nice to be able to log to the terminal from GUI apps (!3022 would be a much nicer solution for that). Does anyone know if there is a workaround to be still able to do that? My main issue is that wineconsole is way slower than normal terminal emulators.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3145#note_38528