https://bugzilla.novell.com/show_bug.cgi?id=459744 User federico@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459744#c3 --- Comment #3 from Federico Mena Quintero <federico@novell.com> 2009-01-14 13:45:00 MST --- See these upstream bugs: http://bugzilla.gnome.org/show_bug.cgi?id=545980 - GtkFileChooserEntry doesn't handle URIs properly http://bugzilla.gnome.org/show_bug.cgi?id=551337 - Gedit crashes while browsing ssh locations Also, note that gtk_file_system_parse() starts by doing if (str[0] == '~') file = g_file_parse_name (str); else file = g_file_resolve_relative_path (base_file, str); And g_file_resolve_relative_path(), with base_file being a local file, will simply say "oh, 'sftp://blahblah' doesn't start with a slash, so it must be a subdirectory". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.