http://bugzilla.novell.com/show_bug.cgi?id=500520 User lnussel@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=500520#c2 --- Comment #2 from Ludwig Nussel <lnussel@novell.com> 2009-06-02 06:20:29 MDT --- Could it be a bug in glib/gio? The doc says g_file_get_path () - Gets the local pathname for GFile, if one exists. A local pathname for a http url clearly does not exist yet g_file_get_path returns one. It also returns the path if I remove /usr/lib64/gio/modules/ so I guess the bug is in core glib. Some debugging showed that g_file_is_native returned false. So I guess the backend used for the url is gdummyfile. It return false for is_native always. g_dummy_file_get_path however does return the path without checking anything. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.