It also happens with Unity and it is connected to the indicator label change as well. The code in indicator-weather (line 989): self.winder.set_menu(self.menu) self.update_label("")
It replaces the menu while the menu is popped up and then resets the label to a zero sized string and this causes the freeze. Adding a non-zero sized label fixes the problem: self.update_label(" ") -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732569 Title: weather applet freezes on clicking refresh -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs