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 664587 - Gtk-WARNING when (over)writing a file
Gtk-WARNING when (over)writing a file
Status: RESOLVED DUPLICATE of bug 662814
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2011-11-22 19:58 UTC by Andreas J. Guelzow
Modified: 2011-11-23 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2011-11-22 19:58:21 UTC
When overwriting a .gnumeric file I get:

(gnumeric:9667): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/aguelzow/gnumeric-dev-docs/gnumeric-tests/Book1': Error stating file '/home/aguelzow/gnumeric-dev-docs/gnumeric-tests/Book1': No such file or directory

note that the exension is missing.
Comment 1 Andreas J. Guelzow 2011-11-22 22:10:03 UTC
This, once again, smells like a non-gnumeric bug:

  • #0 g_log
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #1 gtk_recent_manager_add_item_query_info
    at /build/buildd/gtk+3.0-3.2.0/./gtk/gtkrecentmanager.c line 741
  • #2 g_simple_async_result_complete
    from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  • #3 ??
    from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  • #4 ??
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #5 g_main_context_dispatch
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #6 ??
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #7 g_main_loop_run
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #8 gtk_main
    at /build/buildd/gtk+3.0-3.2.0/./gtk/gtkmain.c line 1367
  • #9 go_gtk_file_sel_dialog
    at goffice-gtk.c line 589
  • #10 gui_file_save_as
    at gui-file.c line 612
  • #11 cb_file_save_as
    at wbc-gtk-actions.c line 106

Comment 2 Andreas J. Guelzow 2011-11-23 04:16:29 UTC
The same problem occurs when the file did not exist previously: 

(gnumeric:11935): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/aguelzow/gnumeric-dev-docs/gnumeric-tests/Book1-new': Error stating file '/home/aguelzow/gnumeric-dev-docs/gnumeric-tests/Book1-new': No such file or directory

again the extension seems to be missing (but of course even with the correct extension, the file would not be able to be found).

This second version appears to be gtk bug #662814.
Comment 3 Andreas J. Guelzow 2011-11-23 04:17:08 UTC
assigning to gtk+
Comment 4 Federico Mena Quintero 2011-11-23 20:45:33 UTC

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