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 759951 - gnome-tweak-tool should stop needing libsoup-gnome
gnome-tweak-tool should stop needing libsoup-gnome
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-12-29 11:54 UTC by Pacho Ramos
Modified: 2016-01-17 19:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
egowrapper: Port to new Soup.Session API (1.27 KB, patch)
2016-01-17 19:24 UTC, Rui Matos
committed Details | Review

Description Pacho Ramos 2015-12-29 11:54:47 UTC
Libsoup upstream deprecated libsoup-gnome long time ago in favor of using only libsoup. Only a few packages are still needing the old lib, one of them is gnome-tweak-tool (gtweak/egowrapper.py), it would then be nice if its usage could be dropped finally

Thanks a lot
Comment 1 Rui Matos 2016-01-17 19:24:51 UTC
Created attachment 319224 [details] [review]
egowrapper: Port to new Soup.Session API

This also allows us to stop using SoupGNOME since Soup.Session now
uses the system's default proxy by default.
Comment 2 Rui Matos 2016-01-17 19:26:04 UTC
Attachment 319224 [details] pushed as 0335e0e - egowrapper: Port to new Soup.Session API