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 663318 - After reverting to "no proxy" /system/http_proxy/use_http_proxy in gconf stays activated. i
After reverting to "no proxy" /system/http_proxy/use_http_proxy in gconf stay...
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
2.3.1
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-03 13:07 UTC by Chow Loong Jin
Modified: 2012-03-11 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the issue from Rodrigo Moya on the original bug (1.64 KB, patch)
2011-11-03 13:08 UTC, Chow Loong Jin
none Details | Review

Description Chow Loong Jin 2011-11-03 13:07:37 UTC
Originally reported at:
  https://bugs.launchpad.net/bugs/861158

Did fail using most of the internet-related features of banshee because banshee did try to use the proxy (Null) and failed there. The reason for this failure was that I had used a proxy wees ago and reverting to "direct internet connection" did not revert the key  /system/http_proxy/use_http_proxy to "false".

The problem comes from the change in semantics in some of the keys after they were ported from GConf to GSettings, as explained in https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/861158/comments/3. Attached is a patch that fixes the issue.
Comment 1 Chow Loong Jin 2011-11-03 13:08:13 UTC
Created attachment 200588 [details] [review]
Patch to fix the issue from Rodrigo Moya on the original bug
Comment 2 Bertrand Lorentz 2012-03-11 12:47:14 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

I've committed a slightly different patch, keeping the use_http_proxy key for backwards compatibility.