GNOME Bugzilla – Bug 554250
Trivial port to gio from gnomevfs
Last modified: 2009-07-11 16:04:29 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()
Created attachment 119560 [details] [review] Use gtk.show_uri() instead of gnoemvfs.url_show()
this patch is also included and gentoo and didn't cause any trouble so far.
Works like a charm! Thanks Nirbheek and Gilles, and really, really sorry for the delay!