Public bug reported: Binary package hint: kopete
I found a bug in kopete which is also reported in upstream. "I had set a photo in the global identity only. For me this means, use that photo for all my accounts. Yet for MSN it seems that one has to explicitly enable the "export photo", which I would suspect kopete does when enabling a global photo." The bug (KDE #131412) reported in the upstream on the following URL: http://bugs.kde.org/show_bug.cgi?id=131412 Patch for this problem included in the above URL. Index: protocols/msn/msnaccount.cpp =================================================================== --- protocols/msn/msnaccount.cpp (revision 610233) +++ protocols/msn/msnaccount.cpp (working copy) @@ -1436,7 +1436,8 @@ { QString old=m_pictureObj; - if(!configGroup()->readBoolEntry("exportCustomPicture")) + if( (configGroup()->readBoolEntry("ExcludeGlobalIdentity", false)) && + (!configGroup()->readBoolEntry("exportCustomPicture")) ) { m_pictureObj=""; myself()->removeProperty( Kopete::Global::Properties::self()->photo() ); You can download the patch: http://bugs.kde.org/attachment.cgi?id=18769&action=view Please test the patch and create an update package for Edgy. ** Affects: kopete (upstream) Importance: Unknown Status: Unknown ** Affects: kopete (Ubuntu) Importance: Undecided Assignee: Jonathan Riddell Status: Confirmed ** Bug watch added: KDE Bug Tracking System #131412 http://bugs.kde.org/show_bug.cgi?id=131412 ** Also affects: kopete (upstream) via http://bugs.kde.org/show_bug.cgi?id=131412 Importance: Unknown Status: Unknown ** Changed in: kopete (Ubuntu) Assignee: (unassigned) => Jonathan Riddell Status: Unconfirmed => Confirmed -- kopete does not send photo from global identity for MSN https://launchpad.net/bugs/81180 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs