https://bugs.winehq.org/show_bug.cgi?id=43783
--- Comment #27 from Sobuj53 newusr53@gmail.com --- (In reply to Luiz Angelo Daros De Luca from comment #26)
I unset all *_proxy vars (do a 'set | grep -i proxy'). Normally you need to unset only http(s)_proxy. I use this to unset them for a single call
env {http,https}_proxy= wine myapp.exe
Which is equivalent to
http_proxy= https_proxy= wine myapp.exe
But you can unset with export too.
Thank you very much for your kind help. Really appreciate it. But I'm really new to this, so please bear with me a little more. Should I add those line in "/etc/environment" like this "export env {http,https}_proxy= wine WINWORD.EXE" or should I just run "set | grep -i proxy" in terminal?