Both of those error messages occur internally to libappindicator because
the code assumes GtkStatusIcon is a subclass of GtkWidget, which is not
the case. This is the bit which fails (it causes those messages AND the
extra space to appear in the notification area):

gtk_widget_hide(GTK_WIDGET(status_icon));

This should be:

gtk_status_icon_set_visible (status_icon, FALSE);

-- 
battery applet comes and goes in notification area
https://bugs.launchpad.net/bugs/529052
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to