2009-02-01 18:19:37 |
Mackenzie Morgan |
bug |
|
|
added bug |
2009-02-03 20:53:27 |
Chris Coulson |
fast-user-switch-applet: status |
New |
Triaged |
|
2009-02-03 20:53:27 |
Chris Coulson |
fast-user-switch-applet: importance |
Undecided |
Medium |
|
2009-02-03 20:53:27 |
Chris Coulson |
fast-user-switch-applet: statusexplanation |
|
Confirming here. This is because Pidgin changed its DBus interface to require an int32 rather than a uint32 for several methods:
method call sender=:1.53 -> dest=:1.68 serial=27 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusFindTransientByTypeAndMessage
uint32 5
string ""
error sender=:1.68 -> dest=:1.53 error_name=org.freedesktop.DBus.Error.InvalidArgs reply_serial=27
string "Argument 0 is specified to be of type "int32", but is actually of type "uint32"
"
method call sender=:1.53 -> dest=:1.68 serial=28 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusNew
string ""
uint32 5
error sender=:1.68 -> dest=:1.53 error_name=org.freedesktop.DBus.Error.InvalidArgs reply_serial=28
string "Argument 1 is specified to be of type "int32", but is actually of type "uint32"
"
method call sender=:1.53 -> dest=:1.68 serial=29 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusGetCurrent
method return sender=:1.68 -> dest=:1.53 reply_serial=29
int32 61
method call sender=:1.53 -> dest=:1.68 serial=30 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusGetType
int32 61
method return sender=:1.68 -> dest=:1.53 reply_serial=30
int32 2
signal sender=:1.68 -> dest=(null destination) serial=243 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=BuddyIconChanged
int32 8920
|
|
2009-02-10 08:46:01 |
Chris Coulson |
fast-user-switch-applet: status |
Triaged |
In Progress |
|
2009-02-10 08:46:01 |
Chris Coulson |
fast-user-switch-applet: assignee |
|
chrisccoulson |
|
2009-02-10 08:46:01 |
Chris Coulson |
fast-user-switch-applet: statusexplanation |
Confirming here. This is because Pidgin changed its DBus interface to require an int32 rather than a uint32 for several methods:
method call sender=:1.53 -> dest=:1.68 serial=27 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusFindTransientByTypeAndMessage
uint32 5
string ""
error sender=:1.68 -> dest=:1.53 error_name=org.freedesktop.DBus.Error.InvalidArgs reply_serial=27
string "Argument 0 is specified to be of type "int32", but is actually of type "uint32"
"
method call sender=:1.53 -> dest=:1.68 serial=28 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusNew
string ""
uint32 5
error sender=:1.68 -> dest=:1.53 error_name=org.freedesktop.DBus.Error.InvalidArgs reply_serial=28
string "Argument 1 is specified to be of type "int32", but is actually of type "uint32"
"
method call sender=:1.53 -> dest=:1.68 serial=29 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusGetCurrent
method return sender=:1.68 -> dest=:1.53 reply_serial=29
int32 61
method call sender=:1.53 -> dest=:1.68 serial=30 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=PurpleSavedstatusGetType
int32 61
method return sender=:1.68 -> dest=:1.53 reply_serial=30
int32 2
signal sender=:1.68 -> dest=(null destination) serial=243 path=/im/pidgin/purple/PurpleObject; interface=im.pidgin.purple.PurpleInterface; member=BuddyIconChanged
int32 8920
|
I'm looking at some other FUSA bugs, so I'll take a look at this one too. It should be trivial to fix |
|
2009-02-24 12:05:06 |
Launchpad Janitor |
fast-user-switch-applet: status |
In Progress |
Fix Released |
|
2009-06-24 05:45:19 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/karmic/fast-user-switch-applet |
|