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 436429 - gtk_file_chooser_set_current_folder_uri returns TRUE on failure
gtk_file_chooser_set_current_folder_uri returns TRUE on failure
Status: RESOLVED DUPLICATE of bug 382479
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
filechooser-easish-fix
Depends on:
Blocks: 432904
 
 
Reported: 2007-05-06 20:04 UTC by Philip Withnall
Modified: 2017-08-07 14:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Test program (1.31 KB, text/plain)
2007-05-06 20:05 UTC, Philip Withnall
Details

Description Philip Withnall 2007-05-06 20:04:57 UTC
Running the test program attached shows that gtk_file_chooser_set_current_folder_uri returns TRUE, even if the folder cannot be changed (in this case) to an inaccessible URL (http://www.gearwire.com/media), despite the fact that an error dialog pops up about the location's inaccessibility.
Comment 1 Philip Withnall 2007-05-06 20:05:29 UTC
Created attachment 87662 [details]
Test program
Comment 2 Bastien Nocera 2007-08-31 16:51:31 UTC
See bug 432904 for details on how to reproduce.

In gtkfilechooserdefault.c, we should switch to a local, known-working source in update_current_folder_get_info_cb() if we can't switch to the parent either.
Comment 3 Timothy Arceri 2013-06-04 22:01:01 UTC
Probably related to bug 382479
Comment 4 Daniel Boles 2017-08-07 14:43:08 UTC

*** This bug has been marked as a duplicate of bug 382479 ***