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 554250 - Trivial port to gio from gnomevfs
Trivial port to gio from gnomevfs
Status: RESOLVED FIXED
Product: hamster-applet
Classification: Deprecated
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: hamster-applet-maint
hamster-applet-maint
Depends on:
Blocks: 588322
 
 
Reported: 2008-09-29 04:08 UTC by Nirbheek Chauhan
Modified: 2009-07-11 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use gtk.show_uri() instead of gnoemvfs.url_show() (744 bytes, patch)
2008-09-29 04:09 UTC, Nirbheek Chauhan
committed Details | Review

Description Nirbheek Chauhan 2008-09-29 04:08:46 UTC
hamster-applet uses gnomevfs for the trivial task of opening a URL using gnomevfs.url_show(). pygtk 2.14 includes gtk.show_uri() which does exactly the same thing, but uses GIO instead.

The patch attached below replaces gnomevfs.url_show with gtk.show_uri()
Comment 1 Nirbheek Chauhan 2008-09-29 04:09:16 UTC
Created attachment 119560 [details] [review]
Use gtk.show_uri() instead of gnoemvfs.url_show()
Comment 2 Gilles Dartiguelongue 2008-10-23 21:46:12 UTC
this patch is also included and gentoo and didn't cause any trouble so far.
Comment 3 Toms Bauģis 2008-10-23 22:07:14 UTC
Works like a charm!
Thanks Nirbheek and Gilles, and really, really sorry for the delay!