Re: changing proxy settings of konqueror in a shell script

2004-05-14 Thread Kevin Krammer
On Thursday 13 May 2004 17:11, Tobias Kraus wrote: > Am Donnerstag, 13. Mai 2004 16:13 schrieb Ben Burton: > > > I have to tell konqueror to re-read kioslaverc. For this, I > > > wanted to use dcop, but I couldn't find the correct function to > > > call in kdcop - if there is one. > > > > dcop konq

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Tobias Kraus
Am Donnerstag, 13. Mai 2004 16:13 schrieb Ben Burton: > > I have to tell konqueror to re-read kioslaverc. For this, I > > wanted to use dcop, but I couldn't find the correct function to > > call in kdcop - if there is one. > > dcop konqueror- KonquerorIface reparseConfiguration > > Does this do wha

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Mickael Marchand
look at kded->proxyscout->reset() it seems to do what you want. Cheers, Mik Le jeudi 13 Mai 2004 14:49, Tobias Kraus a écrit : > Hi all, > does anyone know how to change the proxy settings of konqueror > (kde3.2) from within a shell script. Actually, I need to change from > direct internet connec

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Ben Burton
> I have to tell konqueror to re-read kioslaverc. For this, I wanted to > use dcop, but I couldn't find the correct function to call in kdcop - > if there is one. dcop konqueror- KonquerorIface reparseConfiguration Does this do what you want? b.

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Tobias Kraus
Am Donnerstag, 13. Mai 2004 15:26 schrieb Adeodato Simó: > * Tobias Kraus [Thu, 13 May 2004 14:49:20 +0200]: > > not change). This can be achieved by changing the ProxyType > > setting (from 0 to 2 and vice versa) in > > ~/.kde/share/config/kioslaverc: > > Just in case: > > $ sed -ie 's/Proxy

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Adeodato Simó
* Tobias Kraus [Thu, 13 May 2004 14:49:20 +0200]: > not change). This can be achieved by changing the ProxyType setting > (from 0 to 2 and vice versa) in ~/.kde/share/config/kioslaverc: Just in case: $ sed -ie 's/ProxyType=0/ProxyType=2/' ~/.kde/share/config/kioslaverc > I have to tell k

changing proxy settings of konqueror in a shell script

2004-05-13 Thread Tobias Kraus
Hi all, does anyone know how to change the proxy settings of konqueror (kde3.2) from within a shell script. Actually, I need to change from direct internet connection to using a proxy (defined in a autoconfiguration script downloaded from a webserver - this url does not change). This can be ach