Fixed PackageKit / DBus problem
commit9971094d50d82e798c6735276ae4ca82fb2d34f7
authorThomas Leonard <talex5@gmail.com>
Tue, 13 Mar 2012 19:49:43 +0000 (13 19:49 +0000)
committerThomas Leonard <talex5@gmail.com>
Tue, 13 Mar 2012 19:53:39 +0000 (13 19:53 +0000)
tree1d1fe9451935f786c9c1b26fe6e09fd11f1dc709
parent2377a3d673dd2ad6f6cebc6d90e84fe2edb610d8
Fixed PackageKit / DBus problem

On Ubuntu, the error seen was (Ubuntu bug#953756):

org.freedesktop.DBus.Python.TypeError: TypeError: InstallPackages() takes exactly 4 arguments (3 given)

0install first tried to use the old PackageKit and then switch to the new one if it got an UnknownMethod error. This error has now become InvalidArgs instead.

Reported by Michel Alexandre Salim.
zeroinstall/injector/packagekit.py