** Changed in: libappindicator (Ubuntu) Assignee: Ken VanDine (ken-vandine) => (unassigned)
-- You received this bug notification because you are a member of Unity API bugs, which is subscribed to libappindicator. https://bugs.launchpad.net/bugs/730528 Title: Impossible to inherit a class from AppIndicator*.Indicator in Python (gir) Status in libappindicator: Confirmed Status in libappindicator package in Ubuntu: Confirmed Bug description: In Python it's currently impossible to inherit a class from AppIndicator*.Indicator. The following sample code leads to segfault: from gi.repository import AppIndicator3 class MyIndicator(AppIndicator3.Indicator): def __init__(self): AppIndicator3.Indicator.__init__(self) #also happens with self.__gobject_init__() i = MyIndicator() To manage notifications about this bug go to: https://bugs.launchpad.net/libappindicator/+bug/730528/+subscriptions -- Mailing list: https://launchpad.net/~unity-api-bugs Post to : unity-api-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~unity-api-bugs More help : https://help.launchpad.net/ListHelp