Looking at the dump from the service, plus the dbus log, the tenth parameter of the libsession.so entry is "false", which is this part of the code is responsible for:
is_image ? gtk_widget_get_visible (GTK_WIDGET (entry->image)) : FALSE is_image is definitely a valid pointer as otherwise we wouldn't get the image data nor would the 9th param (sensitive) be true. So, it seems like the indicator is setting it's entry's GtkImage to visible = FALSE. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854292 Title: indicator-session power menu disappears after running update-manager or apt-get To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/854292/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
