[Bug 279279] (KStatusNotifierItem): Message Counts in KMail tray icon don't show when using a plasma themed svg icon

Kubicle public.kubicle+kdebugs at gmail.com
Thu Aug 4 08:22:47 BST 2011


https://bugs.kde.org/show_bug.cgi?id=279279





--- Comment #3 from Kubicle <public kubicle+kdebugs gmail com>  2011-08-04 07:22:47 ---
The simplest way to "solve" the problem could be just switching the icon when
there's new mail (diff below):

74c74
<   mIcon = KIcon( "kmail" );
---
>   mIcon = KIcon( "mail-unread-new" );
184a185
>   setIconByName( "mail-unread-new" );

Of course this could be configurable in a similar way that user's can choose
their own icons for mail folders. And a few more changes would be required to
reflect the new mail status in the tray icon tooltip as well.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list