Actually it looks a lot like python-appindicator is broken. Following code demonstrates the bug:
#!/usr/bin/env python import gtk import appindicator m = gtk.Menu() m.append(gtk.MenuItem('Hello')) a = appindicator.Indicator('test', '', appindicator.CATEGORY_APPLICATION_STATUS) a.set_status(appindicator.STATUS_ACTIVE) a.set_menu(m) gtk.main() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203888 Title: appindicator doesn't work in Saucy To manage notifications about this bug go to: https://bugs.launchpad.net/glipper/+bug/1203888/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs