Change pos by None on line 323 and 326 in file indicator.py and menu is show on mouse pos
-- 323 self.menu.popup(None, None, pos, self.status_icon, 0, time) ++ 323 self.menu.popup(None, None, None, self.status_icon, 0, time) -- 326 self.menu.popup(None, None, pos, self.status_icon, 0, Gtk.get_current_event_time()) ++ 326 self.menu.popup(None, None, None, self.status_icon, 0, Gtk.get_current_event_time()) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1598298 Title: Variety menu shows up in left corner, instead of under the icon To manage notifications about this bug go to: https://bugs.launchpad.net/variety/+bug/1598298/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
