Comment 8 for bug 718195

Revision history for this message
Christian Dannie Storgaard (cybolic) wrote :

Okay, let's get down to the root of this then...

Could you post the output of this command?

python -c "from pprint import pprint; import wine; pprint(dict((k,v) for k,v in wine.common.ENV.iteritems() if 'VINEYARD' in k or 'WINE' in k or 'XDG' in k))"

Also, thanks for helping me out on this.