I guess problem is in shell/ev-window.c (near the line 614)

static void
set_widget_visibility (GtkWidget *widget, gboolean visible)
{
        g_assert (GTK_IS_WIDGET (widget)); // <- this line pollutes stdout
        
        if (visible)
                gtk_widget_show (widget);
        else
                gtk_widget_hide (widget);
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377546

Title:
  evince gets Gtk-CRITICAL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1377546/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to