GNOME Bugzilla – Bug 708696
Don't create proxy objects if proxy feature is disabled at construct time
Last modified: 2013-09-29 20:26:22 UTC
The following call: soup_session_new_with_options (SOUP_SESSION_REMOVE_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_DEFAULT, NULL); Should not be creating any proxy objects. It ends up spitting lots of warnings on the console when libsoup is used by a process running as a system user (no home dir etc and outside session): (geoclue:9412): dconf-CRITICAL **: unable to create directory '/run/user/500/dconf': Permission denied. dconf will not work properly.
fixed in git, will be in 2.44.1