GNOME Bugzilla – Bug 669112
IM status in user menu is wrong
Last modified: 2012-07-05 15:53:52 UTC
As you can see on this screenshot, the IM status in the user menu is 'offline' next to my name but 'available' (which is the right one) in the presence chooser. This is with gnome-shell-3.2.1-2.fc16.x86_64
Created attachment 206519 [details] screenshot
Works fine for me with gnome-shell-3.2.2.1-1.fc16.x86_64
I still have this issue with the exact same package. This time it's the other way around: the top bar says I'm online (which I am) but the selector says I'm offline.
(In reply to comment #3) > I still have this issue with the exact same package. This time it's the other > way around: the top bar says I'm online (which I am) but the selector says I'm > offline. Yes, it is the other way round now.
This still happens on Fedora 17. I figured out that in my case it seems to happen only if I have activated an IRC account. gnome-shell-3.4.0-1.fc17.x86_64 empathy-3.4.0-2.fc17.x86_64 telepathy-idle-0.1.11-2.fc17.x86_64
I think empathy might be the trouble maker, because it allows active connections to IRC servers while the status in empathy (buddy list) is set to offline.
If you're talking about the Empathy bug with reporting IRC presence, then it's now fixed in Telepathy. See https://bugs.freedesktop.org/show_bug.cgi?id=45120
*** Bug 667347 has been marked as a duplicate of this bug. ***
Created attachment 217910 [details] [review] userMenu: Don't disconnect account signals when disabled By disconnecting the 'notify::connection-status' signal as soon as the account is disabled, we were missing the signal telling us when the status was moving from CONNECTING/CONNECTED to DISCONNECTED and so the status icon was never updated. What we really want is to disconnect the signal when the account is removed from the account manager as we don't care about it any more.
Review of attachment 217910 [details] [review]: Sure.
Review of attachment 217910 [details] [review]: .
Attachment 217910 [details] pushed as e92719b - userMenu: Don't disconnect account signals when disabled Patch was pushed a couple of days ago, closing.