After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708696 - Don't create proxy objects if proxy feature is disabled at construct time
Don't create proxy objects if proxy feature is disabled at construct time
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-24 17:22 UTC by Zeeshan Ali
Modified: 2013-09-29 20:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zeeshan Ali 2013-09-24 17:22:56 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.
Comment 1 Dan Winship 2013-09-29 20:26:22 UTC
fixed in git, will be in 2.44.1