Summary: | Kopete, MSN: error when I'm invisible and someone changes state | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | MM <radar> |
Component: | MSN Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ants.aasma, broeksema, francis, hugo.costelha, kyron, victor.tn |
Priority: | NOR | ||
Version: | 0.11 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
MM
2005-11-26 10:25:44 UTC
*** Bug 117093 has been marked as a duplicate of this bug. *** On a somewhat related note, every so often I also get: The user someusername@somedomain.com is currently not signed in. Messages will not be delivered. After not making any actions, and just having Kopete in the deep background. Confirmed on Kopete 0.11 r477777. This is because it try to download picture. Don't select to automatically download display pictures. I'll try to fix it properly SVN commit 483834 by ogoffart: Complete the fix of the bug 117089. CCBUG: 117089 M +2 -1 msncontact.cpp --- branches/KDE/3.5/kdenetwork/kopete/protocols/msn/msncontact.cpp #483833:483834 @@ -695,7 +695,8 @@ KConfig *config = KGlobal::config(); config->setGroup( "MSN" ); - if ( config->readNumEntry( "DownloadPicture", 2 ) >= 2 && !obj.isEmpty() ) + if ( config->readNumEntry( "DownloadPicture", 2 ) >= 2 && !obj.isEmpty() + && account()->myself()->onlineStatus().status() != Kopete::OnlineStatus::Invisible ) manager(Kopete::Contact::CanCreate); //create the manager which will download the photo automatically. } fixed (r117089 et r483834) *** Bug 117321 has been marked as a duplicate of this bug. *** *** Bug 116989 has been marked as a duplicate of this bug. *** *** Bug 117526 has been marked as a duplicate of this bug. *** *** Bug 119854 has been marked as a duplicate of this bug. *** Just to make sure 119854 is a duplicate of this bug, does the fix im comment #5 fixes the problem stated in comment #2 ? I'm just asking that because the same thing (#2) happens to me, but my online status is normal, I'm not invisible or something. afaik, the invisible-thing is fixed, but comment #2 is not. I think it happens when kopete decides to grab someone's pic just as they go offline. I seem to remember seeing that error again just last night... Wanted to indicate that I (and my other user) also get the same error message as Comment #2 and it's getting quite annoying as this pop up tends to end up in background and blocks kopete from reappearing when clicking on the docked icon in the taskbar (have to search desktops for the missed pop up). I also have the same annoyance with Kopete 0.12.4 (see comment 2). This has still not been fixed? I could do without the whole message altogether. It pops up for no apparent reason to me and with one particular contact it does this about once every minute. Can it be suppressed? Should we open up a new bug thread for this? |