self.notifyservice = self.bus.get_object('org.freedesktop.Notifications', '/org/freedesktop/Notifications') self.notifyservice = dbus.Interface(self.notifyservice, "org.freedesktop.Notifications") # Checking if notifications are in queue. If so, close them (doesn't really work?) if (self.notifyid > 0): self.notifyservice.CloseNotification(self.notifyid) self.notifyid = 3 self.notifyservice.Notify("notify", self.notifyid, tAlimage,'Added', rArname + '\n' + rTname +'\n '+ rAlname+ ' ('+rAlyear+')',[],{},100)