Pidgin Helper not showing unread messages
Bug #740168 reported by
MrVertigo
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DockManager |
New
|
Undecided
|
Unassigned |
Bug Description
Hi! I'm using docky for some time and I want to report this bug:
A few weeks ago, docky ceased to show the unread messages count on pidgin's icon. In debug mode, it shows the information listed below. I did a search on google related to this problem, but I didn't find it. Sorry if it's not a real bug.
Docky version: 2.0.6 Release
Distro in use: Ubuntu 10.04, kernel 2.6.32-30-generic
X Version: X.Org X Server 1.7.6
Video card: nvidia quadro fx 580
GNOME Version: 2.30.2
Mono version: Mono JIT compiler version 2.6.7
Python: 2.6.5
affects: | docky → dockmanager |
To post a comment you must log in.
Making a deeper research and having a look to the code, I've ended at this web page:
http:// developer. pidgin. im/ticket/ 12507
It seems that the method used in the helper, "PurpleConversa tionGetData" isn't exported through DBUS by pidgin anymore.
I'm working on a change to the helper to obtain the number of unread messages through the pidgin API. If I have success, I'll post it here.