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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to