Skip to content
forked from nmaier/mintrayr

Mozilla extension: Minimize windows into the system tray (Firefox, Thunderbird, Seamonkey, Instantbird)

License

Notifications You must be signed in to change notification settings

alphazet/mintrayr

 
 

Repository files navigation

MinimizeToTray revived (MinTrayR)

Mozilla extension: Minimize windows into the system tray

Description

MinTrayR is a replacement for the popular MinimizeToTray extension which is no longer actively developed. MinimizeToTray is claimed by the author not compatible with Firefox 3.5 and other Mozilla 1.9 applications. MinTrayR tries to fill this gap by especially targetting these applications.

MinTrayR lets the user minimize Mozilla powered applications such as Firefox, Thunderbird or Songbird to the system tray.

It’s goal is to be more robust while using less resources and providing a better API (DOM Events for example instead of a callback).

Compatiblity

The trayToolkit core is compatible with mozilla-1.9.2 and mozilla-2.0.

Application integration:

  • Firefox: 3.6 – 4.0
  • Thunderbird: 3.1 – 3.2
  • Seamonkey: 2.0 – 2.1
  • Instantbird: 0.2

License

MPL 1.1/GPL 2.0/LGPL 2.1. See LICENSE file for specifics.

Building

MinTrayR uses the mozilla-build-system and can currently build within mozilla-central.

  1. Grab the mozilla source
    • $ hg clone https://hg.mozilla.org/mozilla-central
  2. Grab the mintryr source
    • $ cd mozilla-central/extensions && git clone git://github.com/nmaier/mintrayr.git
  3. Configure your mozconfig . Make sure to include ac_add_options --enable-extensions=default,mintrayr
  4. Build: $ make -f client.mk

The output, an installable XPI, should be in $objdir/dist/xpi-stage.

About

Mozilla extension: Minimize windows into the system tray (Firefox, Thunderbird, Seamonkey, Instantbird)

Resources

License

Stars

Watchers

Forks

Packages

No packages published