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 583929 - dbus API breakage
dbus API breakage
Status: RESOLVED FIXED
Product: gwget
Classification: Deprecated
Component: general
1.0.x
Other All
: Normal major
: ---
Assigned To: David Sedeño Fernández
David Sedeño Fernández
Depends on:
Blocks:
 
 
Reported: 2009-05-26 19:31 UTC by Adrian Bunk
Modified: 2009-06-19 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Bunk 2009-05-26 19:31:57 UTC
Please describe the problem:
Commit a069af3c03a83ab841531f73e1f90feb12705753 broke the dbus API of gwget.

I'm one of the upstream maintainers of Liferea [1], a feed reader, and people noticed that downloading enclosures with gwget broke (gwget is one of the tools we offer for downloading enclosures, and we are calling OpenURI() over dbus).

Can you clarify which of the following is true?
- The dbus API is not intended for usage by external programs like Liferea, and there already exists a supported way for external programs to call gwget Liferea should use instead.
- The dbus API is not intended for usage by external programs like Liferea, and external programs like Liferea must not call gwget.
- The dbus API is intended to be used by external programs like Liferea, and the API change will be reverted.

Thanks in advance

[1] http://liferea.sf.net

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 David Sedeño Fernández 2009-05-31 18:30:04 UTC
The dbus api was developed for internal use in his origin. I really doesn't know that it was used by external programs but I think is a useful way to call gwget.

In short: The third is the correct one. I have reverted the commit and extended the api for the internal use. Commit id: b34d1bfffda43ab32f472a8264db8d90dfe13929

Thanks for the bug report.
Comment 2 Adrian Bunk 2009-06-14 13:23:59 UTC
Thanks for the quick resolution of this issue!

Could you release a gwget 1.0.2 soon, so that we can tell our users to upgrade to it?

Thanks in advance
Adrian
Comment 3 David Sedeño Fernández 2009-06-19 16:31:50 UTC
Adrian,

Yesterday I release 1.0.2 with this bug fixed. 

Thanks