Running Wine Without Displaying the Gui Window
I Would Like to Run Wine Myapp. Exe Without Displaying the Gui Window. Myapp. Exe Is a Command-Line Application. Is It Possible? 0 1 Answer Yes, It Is. Use the...
I would like to run
wine myapp.exe
without displaying the GUI window.
myapp.exe is a command-line application.
Is it possible?
1 Answer
Yes, it is.
Use the /nogui switch, i.e.:
wine "myapp.exe /nogui"
If this doesn't work, you may be able to get it working by installing gdiplus extension for WINE.