I have been forced to work with a piece of Windows desktop software, so I run it under Wine. I want an alias for my zshrc that will run Xquartz and wine /path/to/file.exe in one go.
I have been forced to work with a piece of Windows desktop software, so
Share
I thought that X launched automatically if you just leave the DISPLAY at the default
on my machine I see:
That aside …
I never used wine (so I don’t know if wine is installed as a Mac App or just an executable), So I am Not sure which is a better way
or
In both cases you should be able to do
wineThis /path/to/file.exein an alias or commandline
I think the
disowns are optional, and should allow you to exit the bash shellp.s. You could also do a hybrid (use
opento launch X, then run wine in background (&) and disown)