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
207 stars 40 forks source link

Fix parsing of env causing issues with wine kill #143

Closed nairaner closed 5 years ago

nairaner commented 5 years ago

"\0" causes string to be split into single characters. (Qt 5.12.2 and happened for some time) It was changed in 22adeb766b1309a6301db12ad8033ee428bb1992 This should fix both issues

Failure to start wineserver caused crash, because it tried to use LANG instead of encoding type

tehnick commented 5 years ago

@brezerk Sorry, I was busy with other projects and completely forgot about this PR...

@nairaner Thanks for the fix!