Running wine without displaying the GUI window

xralf picture xralf · Apr 9, 2015 · Viewed 7.9k times · Source

I would like to run

wine myapp.exe

without displaying the GUI window.

myapp.exe is a command-line application.

Is it possible?

Answer

Pedro Lobito picture Pedro Lobito · May 1, 2015

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.