GNOME Bugzilla – Bug 754133
Gtk:ERROR:gtkfilechooserwidget.c:8495:post_process_ui: assertion failed: (cells)
Last modified: 2015-09-01 05:08:52 UTC
https://github.com/Alexey-Yakovenko/deadbeef/issues/1241
3.17.7.r63.ge693069-1
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.
Relevant code deadbeef: https://github.com/Alexey-Yakovenko/deadbeef/blob/14bc8fed8fcda4580bb571650542f8ec66d39ed1/plugins/gtkui/actionhandlers.c#L130 Assertion: https://github.com/GNOME/gtk/blob/8e975b28ff460db3bf8ea99f5a07fb9d709c4f1c/gtk/gtkfilechooserwidget.c#L8495 I can’t get better stacktrace than this though: http://pastebin.com/G2b6GsYM
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'
*** Bug 754368 has been marked as a duplicate of this bug. ***
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.