[Bug 1377546] Re: evince gets Gtk-CRITICAL errors

2016-02-19 Thread Andreas Abel
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
Desktop Bugs, which is subscribed to evince in 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1377546] Re: evince gets Gtk-CRITICAL errors

2015-11-23 Thread Jont Allen
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
Desktop Bugs, which is subscribed to evince in 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1377546] Re: evince gets Gtk-CRITICAL errors

2015-11-17 Thread Nicolas Pettiaux
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
Desktop Bugs, which is subscribed to evince in 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1377546] Re: evince gets Gtk-CRITICAL errors

2015-11-13 Thread Hao Hu
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
Desktop Bugs, which is subscribed to evince in 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1377546] Re: evince gets Gtk-CRITICAL errors

2015-11-06 Thread twisted_tits
Same on 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1377546] Re: evince gets Gtk-CRITICAL errors

2015-11-06 Thread twisted_tits
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
Desktop Bugs, which is subscribed to evince in 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs