--- usr/lib/gnomenu/Menu_Main.py 2010-07-09 03:29:49.000000000 -0400 +++ usr/lib/gnomenu/Menu_Main-new.py 2011-01-31 17:17:42.000000000 -0500 @@ -460,7 +460,10 @@ class Main_Menu(gobject.GObject): def lose_focus(self,widget,event): print 'focus lost' if self.leave_focus is True: - self.hide_method() + if self.supports_alpha: + self.hide_method() + else: + gobject.timeout_add(100,self.hide_method) def hide_window(self): print 'hide'