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 657515 - system/proxy/mode set to manual but system/proxy/http/enabled set to false cause problem
system/proxy/mode set to manual but system/proxy/http/enabled set to false ca...
Status: RESOLVED DUPLICATE of bug 648237
Product: dconf
Classification: Core
Component: dconf
git master
Other Linux
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-27 15:46 UTC by zebul666
Modified: 2011-08-28 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zebul666 2011-08-27 15:46:44 UTC
The context: I had problem with exaile and radiotray, both using gstreamer to listen to stream. In fact, I later found with exaile, that they try to connect to a http_proxy, here 127.0.0.1, that I was not using anymore

Checking dconf setting, I found that system/proxy/http/enabled was false, but NONETHELESS, those 2 programs tried to use a proxy that they should not.

I had to change system/proxy/mode from manual to none

I don't know against what fill this bug, but I see this as a bug of dconf.


the BUG:
If system/proxy/mode is set to manual and even with sysmte/proxy/http/enabled set to false, programs try to use a http proxy !
Comment 1 zebul666 2011-08-27 15:51:30 UTC
oh and the same happens, of course, with rhythmbox
I.E. trying to listening to an internet stream with the wrong dconf setting, fails.
Comment 2 Dan Winship 2011-08-28 13:30:54 UTC
This is basically a bug in the schema; system/proxy/http/enabled is not actually used (note that there is nothing in the control panel that changes its value).

*** This bug has been marked as a duplicate of bug 648237 ***