Here is a minimal example of an AppIndicator:
#!/usr/bin/python import gobject import gtk import appindicator if __name__ == \"__main__\": ind = appindicat
There is a bug filed about it on Launchpad https://bugs.launchpad.net/screenlets/+bug/522152
Notice that "activate" signal is available for AppIndicator submenus.