mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-10 19:15:08 -05:00
25644e0a88
xpcom-shutdown for closing libs !) * icon handling moved to MoztIconLinux.jsm * tray icon changes (icon+tooltip) according to unreadMsgCount * strings (localization) provided by commons.js |
||
---|---|---|
src | ||
testing | ||
.gitignore | ||
README.md | ||
TODO |
Moztray
Overview
Rewrite attempt of Firetray with js-ctypes, with focus on unread message count display.
Notes
- Moztray unsets the
tabs.warnOnClose
built-in preference, which otherwise disrupts the handeling of the close event. - Experimental non-customizable keyboard shortcut for hiding all windows set to:
accel-shift-w
References
-
if you're looking for other mozilla-desktop integration:
- Paul Neulinger's Gnome-shell-Thunderbird integration
- Mike Conley's Unity-Thunderbird integration
- discontinued Mozilla New Mail Icon (Biff)
-
Alltray launches any applications into tray
KNOWN BUGS
- windows aren't restored with the same z-order, but there is no means to correct that under Linux
Acknowledgment
- Some code borrowed from Mike Conley.
- kind support from Neil Deaking