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 623898 - gio is too dumb on win32 to handle gtk_show_uri
gio is too dumb on win32 to handle gtk_show_uri
Status: RESOLVED DUPLICATE of bug 617874
Product: glib
Classification: Platform
Component: gio
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-07-09 01:34 UTC by Morten Welinder
Modified: 2010-07-10 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2010-07-09 01:34:09 UTC
gio needs to handle URIs.

Also, winhttpvfs needs to build on _g_dummy_file_new (and not
glocalvfs) for URIs for non-http URIs.  Right now it treats
"irc://irc.gnome.org/gnumeric" as a relative path.

Fairly small patch:
http://git.gnome.org/browse/gnumeric/plain/tools/win32/patches/glib-appinfo.patch
Comment 1 Morten Welinder 2010-07-09 13:37:10 UTC
On further thought, the gwinhttpvfs.c part of this patch might be a little
bit too simple: we probably do want "file://" URIs to be forwarded to
glocalvfs.

I will update the patch, but it'll be a few weeks.
Comment 2 Alexander Kojevnikov 2010-07-10 10:46:24 UTC
Marking as a duplicate of an older and more active bug.

Morten, could you re-submit your patch there? Thanks!

*** This bug has been marked as a duplicate of bug 617874 ***