<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,<br>I tried to run a sample code from PackageKit FAQ which basically
install a package through dbus but failed with the following message:<br><br>Unable
to use PackageKit: org.freedesktop.DBus.Error.UnknownMethod: Method
"InstallPackageName" with signature "s" on interface
"org.freedesktop.PackageKit" doesn't exist<br><br>I run another dbus code to run Introspect and get the following:<br><br><node><br> <interface name="org.freedesktop.DBus.Introspectable"><br> <method name="Introspect"><br> <arg
name="data" direction="out" type="s"/><br> </method><br> </interface><br> <interface name="org.freedesktop.DBus.Properties"><br> <method name="Get"><br> <arg name="interface" direction="in" type="s"/><br> <arg name="propname" direction="in" type="s"/><br> <arg name="value" direction="out" type="v"/><br> </method><br> <method name="Set"><br> <arg name="interface" direction="in" type="s"/><br> <arg name="propname" direction="in" type="s"/><br> <arg name="value" direction="in" type="v"/><br> </method><br> <method name="GetAll"><br> <arg
name="interface" direction="in" type="s"/><br> <arg name="props" direction="out" type="a{sv}"/><br> </method><br> </interface><br></node><br><br><br>I also check through d-feet and didn't see 'InstallPackageName' method there.<br><br>Is there anything that I have to set in order packagekit dbus to see 'InstallPackageName' method? <br><br>Note: I run gpk-update-icon already.<br><br>-Nicholas-</div></div><br>
</body></html>