def __init__(self, uuid): Budgie.Applet.__init__(self) self.app = WsOverviewWin() GObject.threads_init() self.button = self.app.appbutton self.add(self.button) self.show_all()