-
Notifications
You must be signed in to change notification settings - Fork 0
XulRunner
egon w. stemle edited this page Aug 14, 2019
·
1 revision
source: https://github.com/krdwrd/src_app
XUL+XPCOMP based application for batch processing of html pages (cf #31).
The file system layout matches that of the Add-on, with the main
difference being the definition of a <window>
in
main.xul.
Most .js files in
chrome/content/
are shared between Add-on and XULRunner application. They
are maintained in the Add-on and linked in from the
extensions/[email protected]
directory, which is a git submodule.
For use without a graphical interface, we use xvfb
on linux. The
./krdwrd.sh
wrapper script takes care of this and sets the required
XULRunner parameters.
If such a virtual screen is not available, the app will display as a grey window - no harm done.