Summary: | Display name not saved/retrieved for WLM | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Linus Östberg <kdebugs> |
Component: | WLM Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | j.maceachern, larouche, tiagosh |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Linus Östberg
2009-01-30 00:29:42 UTC
did you set a nickname in the identity? The nickname used is always the one stored in the identity settings. If you do not set a nickname there, the one stored in the server side is used instead. If you change the nickname by using the "Change Display Name.." option, the server side is updated and the new nickname is used during the current session only, so next time you login the one stored in the identity will be used again, unless there is no nickname set there. I did not enter any nickname, which means that it should the server side one instead, which is what happened in Kopete with 4.1. With 4.2 the name is only set to the mail adress (whatever@whatever.com), but changes to the display name will be reused inside Kopete in the future. In 4.1 however, the new display name was saved on the server, meaning the name would be the same in other clients/computers, which does not occur with 4.2. I confirm this bug as well. I started investigate this bug because I hate not having my display name from roaming content. For now, I found out that gotDisplayName() callback is never called. Now I need to dig into libmsn code :) hm, I guess the problem is that the display name is being retrieved from the wrong place. Fixing libmsn should be enough to get it working, but I think a little bit of reverse engineering will be needed. SVN commit 928775 by mattr: Fix display name not retrieved/saved. This commit is for KDE 4.3. It will also be fixed for KDE 4.2.1 CCBUG: 182366 M +7 -0 wlmaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=928775 SVN commit 928776 by mattr: Backport the display name display fix This will be in KDE 4.2.1 BUG: 182366 M +7 -0 wlmaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=928776 *** Bug 184108 has been marked as a duplicate of this bug. *** |