isofarro / xulrunner-sidebar

A sidebar application running on XULRunner

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.markdown
file application.ini
directory chrome/
directory defaults/
README.markdown

XUL Sidebar

Playing around with XULRunner. This is a simple stand-alone sidebar I can use to capture or monitor various things. It is just a sandbox to experiment with what I can do with XUL, JavaScript and CSS.

Running the application

To run the application using XULRunner, go into the directory that contains the application.ini and run it as:

xulrunner application.ini

And using Firefox 3 on a Windows:

firefox -app path/to/application.ini

And using Firefox 3 on a Mac (using the full path to the app):

/Applications/Firefox.app/Contents/MacOS/firefox-bin -app 
    /path/to/application.ini