Summary: | Tool tip systray of kopete icon missing | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | BRULE Herman <alpha_one_x86> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, lamarque, pano_90 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
BRULE Herman
2010-01-14 12:27:17 UTC
Created attachment 39881 [details]
screenshot
The code for the icons seems special... http://lxr.kde.org/source/KDE/kdenetwork/kopete/kopete/kopetewindow.cpp#1040 I can confirm this bug with KDE 4.4.0 on OpenSuse I created a patch to fix this problem here http://reviewboard.kde.org/r/5226/ Please try it, report problems here and if there is not objection I will commit the patch in a few weeks. Patch commited, someone please close this bug. I assume the patch works fine :-) (can’t test it myself atm…) SVN commit 1172692 by lvsouza: Backport 1170480 and 1172124 by lvsouza from trunk to the 4.5 branch: 1170480: Use icon path directly with KStatusNotifierItem instead of using img src=\"kopete-account-icon:%3:%4\" since kopete-account-icon does not work with KStatusNotifierItem. CCBUG: 222689 1172124: System tray tooltip: sort accounts by online status to make it easier to read their status when user has several accounts. M +12 -2 kopete/kopetewindow.cpp M +7 -1 libkopete/kopeteaccount.cpp M +10 -0 libkopete/kopeteaccount.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1172692 |