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 754133 - Gtk:ERROR:gtkfilechooserwidget.c:8495:post_process_ui: assertion failed: (cells)
Gtk:ERROR:gtkfilechooserwidget.c:8495:post_process_ui: assertion failed: (cells)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
: 754368 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-08-26 16:53 UTC by Jan Tojnar
Modified: 2015-09-01 05:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Jan Tojnar 2015-08-26 18:51:25 UTC
3.17.7.r63.ge693069-1
Comment 2 Matthias Clasen 2015-08-26 22:46:56 UTC
It would be useful to see a stacktrace here, and also to have some information about what the application is doing with its file chooser.
Comment 4 Matthias Clasen 2015-09-01 05:01:32 UTC
The relevant warning is this, actually

(deadbeef:11917): Gtk-CRITICAL **: Error building template class 'GtkFileChooserWidget' for an instance of type 'GtkFileChooserWidget': .:274:1 Invalid object type 'GtkPlacesView'
Comment 5 Matthias Clasen 2015-09-01 05:02:20 UTC
*** Bug 754368 has been marked as a duplicate of this bug. ***
Comment 6 Matthias Clasen 2015-09-01 05:08:52 UTC
commit b3a3e91f024785b36247ede0c524520e1f9242c7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Sep 1 01:00:46 2015 -0400

    file chooser: Make sure places view type is known
    
    Similar to how we handle GtkPathBar, make sure that the
    type for GtkPlacesView is registered before we load the
    template.