Hide Forgot
Description of problem: When opening a document from the command line, evince prints the following warning: (evince:9880): Gtk-WARNING **: Allocating size to EvSidebar 0x56405a4613a0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? Version-Release number of selected component (if applicable): evince-3.20.1-1.fc24.x86_64 How reproducible: Always Steps to Reproduce: 1. Open a document, or open the sidebar in an open document. 2. 3. Actual results: Warning prints Expected results: No warning. Additional info: Also apparently related to the sidebar: If I open the sidebar after starting evince and then close evince with the titlebar close button, I get the following warnings: (evince:10096): GLib-GObject-WARNING **: invalid (NULL) pointer instance (evince:10096): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Seems fairly harmless, submitted a patch for the second set of warnings and the first one affects a million other apps in the gtk3 world
(In reply to Matthew Saltzman from comment #0) > Description of problem: > When opening a document from the command line, evince prints the following > warning: > > (evince:9880): Gtk-WARNING **: Allocating size to EvSidebar 0x56405a4613a0 > without calling gtk_widget_get_preferred_width/height(). How does the code > know the size to allocate? Bug 1488249.