brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
208 stars 40 forks source link

Add WINE env var to console environment #91

Closed RomanHargrave closed 8 years ago

RomanHargrave commented 8 years ago

Many programs, primarily winetricks in my case, will launch the system wine if they don't know what version of wine to use for a particular prefix. Setting WINE to the path to the correct wine fixes this issue.

brezerk commented 8 years ago

Hi @RomanHargrave

Thanks for report. WINE environment variable was added as requested with this commit: https://github.com/brezerk/q4wine/commit/608c222317f280d781d9bca65bd102d86150e963

Test it please. Feel free to reopen ticket if needed.

Thanks.

RomanHargrave commented 8 years ago

verified fixed wrt adding env var.