gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00023
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
About the avatar. It looks like the json received from google, in some
cases does not include the thumbnailUrl (avatar) in the "actor" block:
"actor": {
"profileUrl": "http://www.google.com/profiles/samfiragabriel",
"thumbnailUrl": "",
"id": "101735734890425678723",
"name": "Gabriel-Adrian Samfira"
}
The _actor method looks for the thumbnailUrl key, and defaults to:
https://mail.google.com/mail/images/blue_ghost.jpg?sz=45
if it doesn't exist. Unfortunately it exists, but its and empty string.
I added a condition that deletes the key in case its an empty string, so
it can default to blue_ghost.
** Patch added: "gwibber.patch"
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1757576/+files/gwibber.patch
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
Status in Gwibber:
Confirmed
Status in “gwibber” package in Ubuntu:
Triaged
Bug description:
Binary package hint: gwibber
Although the correct settings for my Google Buzz account, Gwibber does not display any messages.