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 340600 - typed URIs give wrong result
typed URIs give wrong result
Status: RESOLVED INVALID
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-05-04 09:22 UTC by Christian Persch
Modified: 2006-12-24 22:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2006-05-04 09:22:56 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)
Comment 1 Christian Persch 2006-05-04 09:43:19 UTC
(Sorry, the critical warning is unrelated, it appears when the filechooser opens.)
Comment 2 Sven Neumann 2006-07-10 11:02:09 UTC
See also bug #347066 which appears to be a duplicate of this one.
Comment 3 Christian Persch 2006-12-24 22:11:06 UTC
Not reproducible anymore on HEAD.