Summary: | Disable "Downloading of Jabber contact photo failed!" error dialog | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | madman <madman> |
Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 0.12.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
madman
2007-01-02 12:34:01 UTC
Can't confirm that on KDE 4.1 RC1. I can't reproduce with KDE 4.0.99 but I can confirm that the error message still exists in the source code and it can happen if the contact's avatar is broken. - in kdenetwork/kopete/protocols/jabber/jabberbasecontact.cpp:639: // Downalod photo from URI. if( !KIO::NetAccess::download( vCard.photoURI(), tempPhotoPath, 0) ) { KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget (), KMessageBox::Sorry, i18n( "Downloading of Jabber contact photo failed!" ) ); return; } This is a wishlist item probably... maybe kopete could just output that message in stderr. Dear user, unfortunately Kopete is no longer maintained. Please migrate to another solution, e.g. for Jabber a possibility is Kaidan, for Matrix a candidate is NeoChat. |