https://bugs.winehq.org/show_bug.cgi?id=55373
Bug ID: 55373 Summary: Running native application inside a windows one, shows a terminal Product: Wine Version: 8.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: cagnulein@gmail.com Distribution: ---
Since Wine4 i'm using this https://wiki.winehq.org/FAQ#How_do_I_launch_native_applications_from_a_Windo... to run my native application inside a Windows applications.
Starting from Wine 8, every time I run a native application from a Windows one, a terminal window popups. How can I prevent this returning to the default behaviour? Thanks
https://bugs.winehq.org/show_bug.cgi?id=55373
Roberto Viola cagnulein@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cagnulein@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=55373
--- Comment #1 from Roberto Viola cagnulein@gmail.com --- I workarounded it using xterm -iconic -e "wine myexe.exe"