Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
foudfou edited this page Oct 29, 2012 · 5 revisions

To build the addon from the source, you need to:

  • open a terminal
  • git clone git://github.com/foudfou/FireTray.git
  • cd FireTray/src
  • make build, or DEBUG=on make build (make all in old versions)

Then you get a .xpi file in ../build. You can now install this .xpi file in your Mozilla application: Tools > Addons > Install Addon from file.

Debug messages will be shown in the JS-Console and in your terminal if you launched your Mozilla application from there. You may want to change the log level:

sed -i~ -e 's/Warn/All/' \
  ~/.thunderbird/YOUR_PROFILE/extensions/\{9533f794-00b4-4354-aa15-c2bbda6989f8\}/modules/logging.jsm`

To re-build the addon, simply go back to FireTray/src, and make clean; make all.

Clone this wiki locally