Comment 7 for bug 1103547

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

There is a regression issue in version 0.102. If you try to install missing language support packages when prompted, you get:

  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 584, in call_async
    message.append(signature=signature, *args)
TypeError: Don't know which D-Bus type to use to encode type "set"

The linked merge proposal fixes the issue.