Comment 3 for bug 75999

Revision history for this message
In , Nicolas-derive (nicolas-derive) wrote :

Forwarded from Ubuntu's Launchpad : "Binary package hint: cohoba

A programming error is detected when displaying presence icons, after opening
conversation (chat) window. Here is the output :

Traceback (most recent call last):
  File
"/usr/lib/python2.4/site-packages/cohoba/technobabble/ui/ConversationWindow.py",
line 117, in on_contact_updated
    self.set_avatar(contact.status[0], contact.avatar[0])
  File
"/usr/lib/python2.4/site-packages/cohoba/technobabble/ui/ConversationWindow.py",
line 219, in set_avatar
    self.avatar.set_from_pixbuf(get_presence_icons(presence, avatar)[1])
  File "/usr/lib/python2.4/site-packages/cohoba/common/ui/PresenceIcons.py",
line 26, in get_presence_icons
    return presence_icons.get_icon(name, avatar)
  File "/usr/lib/python2.4/site-packages/cohoba/common/ui/PresenceIcons.py",
line 13, in get_icon
    loader.close()
GError: Format du fichier image non reconnu

"Format du fichier image non reconnu" means in english "image file format not
recognised"

The problem has been detected with my jabber account. It's annoying because
after that my contact is marked as "offline" in the chat window (whereas it is
marked he is not in the main one)."