Is it possible that this bug is a simple oversight when the code was compiled?
I've downloaded the source for “gwibber” 3.4.2-0ubuntu2.1 source package in Ubuntu https://launchpad.net/ubuntu/+source/gwibber/3.4.2-0ubuntu2.1 and I'm going through it with grep but I can't find where "gtk_widget_show" is defined. It looks to me like "gtk_widget_show" is a function and if so I can see lots of instances where it gets called with various parameters. But I can't find any file containing the code for this function. Does it exist in another package?? Perhaps one I don't have installed?? /opt/src/Gwibber-Source/gwibber-3.4.2$ grep gtk_widget_show $(find) Binary file ./client/gwibber-status-bar.o matches Binary file ./client/gwibber-tab-bar.o matches ./client/tab-bar-item.c: gtk_widget_show_all ((GtkWidget*) _tmp1_); ./client/tab-bar-item.c: gtk_widget_show ((GtkWidget*) _tmp11_); ./client/gwibber-client.c: gtk_widget_show_all ((GtkWidget*) _tmp9_); Binary file ./client/.libs/gwibber matches Binary file ./client/.libs/gwibber-poster matches ./client/gwibber-poster.c: gtk_widget_show_all ((GtkWidget*) self); ./client/tab-bar-widgets.c: gtk_widget_show ((GtkWidget*) icon_service); ./client/tab-bar-widgets.c: gtk_widget_show_all ((GtkWidget*) account_button); ./client/tab-bar-widgets.c: gtk_widget_show_all ((GtkWidget*) _tmp41_); ./client/tab-bar-widgets.c: gtk_widget_show_all ((GtkWidget*) self); As I said I don't know what language Gwibber is written in, if it's python I don't know any :-( I grew up with BASIC and have used PERL a little that's about the extent of my knowledge. :-s -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1076348 Title: bug in gwibber : (gwibber:4294): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed (gwibber:4294): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed Status in “gwibber” package in Ubuntu: Confirmed Bug description: I've intalled gwibber package and when I launch it I see: (gwibber:4294): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed (gwibber:4294): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed Loading plugin for identica Loading plugin for facebook Loading plugin for twitter I configured my facebook account and it told me it was successful. Gwibber window open without any icons, it's unusable. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1076348/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

