[KAccounts] [Bug 344812] System settings crashing while online accounts configur

Timo Gurr timo.gurr at gmail.com
Tue May 5 09:57:52 BST 2015


https://bugs.kde.org/show_bug.cgi?id=344812

--- Comment #20 from Timo Gurr <timo.gurr at gmail.com> ---
What I added to my ~/.bash_profile:

# Proxy settings
export http_proxy=http://proxy.domain.local:3128/
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export rsync_proxy=$http_proxy
export no_proxy="localhost,127.0.0.1,.domain.local"

I guess in KDE4 programs using a libproxy built with the kdelibs4 interface
picked up the proxy settings one configured via the kcm. But since libproxy
misses a KF5/KDE Plasma 5.x counterpart the proxy settings via the kcm have no
effect. All this might only be true/required when a manual proxy configuration
is needed, perhaps it works just fine automatically in environments where
libproxy is able to figure out the proxy information itself via PAC or WPAD.
Still it would be nice and consistent if at least all official KDE shipped
programs make use of what is configured via the proxy kcm settings (Which I
understand might not be easy here since KDE Telepathy uses many underlying
programs not affiliated with KDE itself and libproxy development also seems to
be rather inactive).

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list