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 91843 - Cygwin doesn't support "//x/somepath/file.jpg" style path anymore
Cygwin doesn't support "//x/somepath/file.jpg" style path anymore
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.0.x
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
Tor Lillqvist
Depends on:
Blocks:
 
 
Reported: 2002-08-28 04:55 UTC by Masahiro Sakai
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to use cygwin_conv_to_posix_path() (3.07 KB, patch)
2002-08-28 04:57 UTC, Masahiro Sakai
none Details | Review

Description Masahiro Sakai 2002-08-28 04:55:16 UTC
gtkfilesel.c translates win32 path into "//x/somepath/file.jpg" style path.
But Cygwin doesn't support this style path anymore.
Instead we can use cygwin_conv_to_posix_path() for the translation.
Comment 1 Masahiro Sakai 2002-08-28 04:57:06 UTC
Created attachment 10751 [details] [review]
patch to use cygwin_conv_to_posix_path()
Comment 2 Tor Lillqvist 2002-08-31 17:57:46 UTC
Patch applied to HEAD and gtk-2-0.