diff -up jockey-0.9.5/gtk/jockey-gtk.trayfix jockey-0.9.5/gtk/jockey-gtk --- jockey-0.9.5/gtk/jockey-gtk.trayfix 2011-08-18 15:04:00.000000000 +0430 +++ jockey-0.9.5/gtk/jockey-gtk 2011-12-06 18:51:23.520134538 +0330 @@ -196,7 +196,7 @@ class GtkUI(jockey.ui.AbstractUI): GObject.timeout_add (500, self.show_notification, (title, text, trayicon)) - if indicator: + if indicator or trayicon: self.ui_main_loop() def show_notification(self, data):