Gtk-CRITICAL **: gtk_widget_show: assertion 'GTK_IS_WIDGET (widget)' failed
is printed several times for any pdf on ubuntu 15.10
--
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 g
I also see this bug with 15.04. It makes looking at the Latex errors, very
difficult. And its really annoying to have this error
constantly spewing across the screen.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
I can confirm this still happens on 15.10 with any pdf file.
--
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 t
I can confirm this still happens on 15.10 with any pdf file.
--
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 t
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
Same on 15.10
--
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/ev