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

winetricks: Parse winetricks.log instead of "winetricks list-installed" #122

Closed kakurasan closed 6 years ago

kakurasan commented 6 years ago

As of May 2018, winetricks list-installed simply shows winetricks.log. The change results unexpected output in the settings category (old/overwritten settings are shown):

name=value settings: q4wine-winetricks-settings-name_val OS version settings: q4wine-winetricks-settings-osver

The commit fixes the issue by parsing winetricks.log directly and properly.

brezerk commented 6 years ago

Thank you!

I'll review it today.