Hi I want to start the buil-in iexplore.exe. I created a new .wine directory and typed #wine iexplore.exe Then it tries to download the Mozilla ActiveX PlugIn and this is where the problem starts: The download window shows, but it doesn't start the download. I am sitting behind a proxy server (no authorisation needed), and the proxy is setup correctly: ftp_proxy=ftp://proxy.sun.ac.za:3128 http_proxy=http://proxy.sun.ac.za:3128 https_proxy=http://proxy.sun.ac.za:3128 no_proxy='localhost, sun.ac.za' Any ideas why it doesn't start the download? Rainer
Rainer M KRug <RMK@krugs.de> wrote:> Any ideas why it doesn't start the download?No. Why don't you try download and installation manually? Daniel
On Mon, 08 May 2006 12:03:21 +0200, Rainer M KRug wrote:> I am sitting behind a proxy server (no authorisation needed), and the > proxy is setup correctly: > > ftp_proxy=ftp://proxy.sun.ac.za:3128 > http_proxy=http://proxy.sun.ac.za:3128 > https_proxy=http://proxy.sun.ac.za:3128 > no_proxy='localhost, sun.ac.za' > > Any ideas why it doesn't start the download?Wine doesn't currently support these environment variables. I sent a patch to add support for $http_proxy so this would work but it hasn't been checked in yet. Until Alexandre makes a decision you must manually fiddle with the registry to set the proxy settings. thanks -mike
Seemingly Similar Threads
- R-2.6.0 - packages installation through a proxy - not working
- [PATCH] customize: fix running commands on the same architecture
- [PATCH] customize: Use setarch when running commands on i686 guest (RHBZ#1256405).
- [common PATCH] mltools: add run_in_guest_command helper
- how to set proxy systemwide (wget and docker)