GNOME Bugzilla – Bug 340600
typed URIs give wrong result
Last modified: 2006-12-24 22:11:06 UTC
The new filechooser entry should accept URIs but does not. Steps to reproduce: 0) Start testfilechooser 1) Ctrl-L 2) Type "file:///home/chpe/test.txt" (doesn't seem to make any diff whether the file exists or not) Result: (lt-testfilechooser:1940): Gtk-CRITICAL **: gtk_file_system_path_to_uri: assertion `path != NULL' failed Selection changed : After you press return to dismiss the filechooser, the resulting URI is: file:///opt/source/gnome-2/trunk/gtk+/tests/file:/home/chpe/Tests/100.html (/opt/source/gnome-2/trunk/gtk+/tests/ was the current dir that testfilechooser was started from)
(Sorry, the critical warning is unrelated, it appears when the filechooser opens.)
See also bug #347066 which appears to be a duplicate of this one.
Not reproducible anymore on HEAD.