Linux system tray should display different icons depending on whether new/unread mail is present. The tooltip should show the number of new/unread messages.
Categories
(Thunderbird :: OS Integration, enhancement)
Tracking
(Not tracked)
People
(Reporter: francesco, Assigned: contact)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 2 obsolete files)
Bug 1942125 comment #1 contains a summary of what is missing so that the Linux system tray implementation reaches parity with the Windows implementation.
This bug is for items 3. and 4. in that list:
A different icon depending on whether the is new/unread mail or not.
A count of new/unread messages in the tooltip. Currently the tooltip is hard-coded "Thunderbird Daily".
Note the hard-coding here:
https://searchfox.org/comm-central/rev/3f0569c31a5c76b2f524157cd56570e4fc39e82e/rust/sys_tray/src/linux/mod.rs#82
Also note UpdateUnreadCount() not being implemented yet:
https://searchfox.org/comm-central/rev/3f0569c31a5c76b2f524157cd56570e4fc39e82e/rust/sys_tray/src/linux/mod.rs#89
Comment 1•1 year ago
|
||
Could you please integrate something like this, where you can minimize Thunderbird too, and it shows the number of unread messages?
@francesco: This works for me, but sadly anymore with Thunderbird 138.0 so it may be an option for you.
| Assignee | ||
Comment 3•2 months ago
|
||
Updated•2 months ago
|
| Assignee | ||
Comment 4•2 months ago
|
||
(In reply to Francesco from comment #0)
A count of new/unread messages in the tooltip. Currently the tooltip is hard-coded "Thunderbird Daily".
Does your patch address this?
| Assignee | ||
Comment 6•2 months ago
|
||
I don't have Windows but while discussing this with @heather it appears that this us not implemented on Windows either. So no, not currently.
The system try icon has a tooltip with a message count. Plus, as stated, "Thunderbird Daily" is not not the correct tooltip to display.
| Assignee | ||
Comment 8•2 months ago
|
||
Ah ok, misunderstanding here. I thought the issue meant "display count on the icon". Display on the tooltip is implemented, yes.
Looking at the patch, "Thunderbird Daily" is still used:
let tray = SystemTray::new("Thunderbird", icon, unread_icon, "Thunderbird Daily").with_items(menus);
Updated•2 months ago
|
Updated•2 months ago
|
| Assignee | ||
Comment 10•2 months ago
|
||
Updated•2 months ago
|
Updated•2 months ago
|
Updated•1 month ago
|
Comment 11•15 days ago
|
||
Description
•