[Bug 309742] Re: no non-gui way of changing kde4 proxy settings

Ancoron ancoron at chaoslayer.de
Mon Mar 23 22:29:57 UTC 2009


In addition to edit plain files there are the commands "kreadconfig" and
"kwriteconfig" contained in package "kdebase-runtime-bin-kde4". The
latter one can be used to persist configuration keys and it can be used
from inside scripts.

E.g. if you want to set the HTTP proxy manually you would use the
following commands:


kwriteconfig --file kioslaverc --group Proxy\ Settings --key httpProxy http://proxy.test.net:8181
kwriteconfig --file kioslaverc --group Proxy\ Settings --key ProxyType 1

...and to read it use the following...

kreadconfig --file kioslaverc --group Proxy\ Settings --key ProxyType
kreadconfig --file kioslaverc --group Proxy\ Settings --key httpProxy


^^ This is just for the reference if someone stumbles apon this bug while searching for an answer.

-- 
no non-gui way of changing kde4 proxy settings
https://bugs.launchpad.net/bugs/309742
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.




More information about the kubuntu-bugs mailing list