Comment 16 for bug 1028640

Revision history for this message
Steve Langasek (vorlon) wrote :

According to <https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fsession-installer%3ATypeError%3Amsg_reply_handler%3Async_properties%3A_on_property_changed>, the crash first appeared on July 23; so this may be correlated with aptdaemon 0.45+bzr848-0ubuntu1 (uploaded July 24 according to the changelog):

  * New upstream snapshot:
    - aptdaemon/client.py: Prefer GI GObject module. (LP: #1026066)

Martin, do you know what needs to happen here? It looks like perhaps aptdaemon isn't compatible with the python2 version of gi.repository.GObject, which sessioninstaller is using.

Maybe this needs to be replaced with a try: import [...] except: import [...]?