XULRUNNER-1.9.1

Section: Linux User's Manual (1)
Updated: March 4, 2010
Index Return to Main Contents
 

NAME

xulrunner-1.9.1 - a XUL + XPCOM application runner

 

SYNOPSIS

xulrunner-1.9.1 [OPTIONS]

xulrunner-1.9.1 [OPTIONS] APP-FILE [APP-OPTIONS]

 

DESCRIPTION

XULRunner is a single "gecko runtime" that can be used to bootstrap multiple XUL + XPCOM applications that are as rich as Firefox and Thunderbird.

 

OPTIONS

A summary of the options directly supported by xulrunner-1.9.1 is included below.

 

X11 options

--display=DISPLAY
X display to use
--sync
Make X calls synchronous
--no-xshm
Don't use X shared memory extension
--xim-preedit=STYLE
--xim-status=STYLE
--g-fatal-warnings
Make all warnings fatal

 

Xulrunner options

-h, -help
Show summary of options.
-v, -version
Print XULRunner version.
--gre-version
Print the GRE version string on stdout.
--find-gre VERSION
Find a GRE with version <version> and print its path on stdout.
--install-app APPLICATION [DESTINATION [DIRECTORYNAME]]
Install a XUL application at the given destination, with the given directory name.
-g, -debug
Starts Iceweasel through a debugger (gdb by default).
--debugger program
Use program as a debugger for Iceweasel. Implies -debug.

 

APP-FILE

The app-file is a manifest, located at the root of the application and provides metadata that allows XULRunner to launch the application properly. It must be named application.ini. It is parsed as a INI style with [Headings] and Key=Value pairs. Lines beginning with ; or # are treated as comments. Its format is further described on https://developer.mozilla.org/en/XUL_Application_Packaging#application.ini.

 

APP-OPTIONS

Any option following the application.ini file path will be fed by XULRunner to the application. As such, these options are dependent on the application.

 

ENVIRONMENT

MOZILLA_DISABLE_PLUGINS - when set, totally disables loading browser plugins (the ones that appear at the about:plugins url)

 

BUGS

To report a bug, please visit http://bugzilla.mozilla.org/ and/or report bugs to the Debian Bug Tracking System, as usual.

 

AUTHORS

The Mozilla Organization
http://www.mozilla.org/about.html


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
X11 options
Xulrunner options
APP-FILE
APP-OPTIONS
ENVIRONMENT
BUGS
AUTHORS

This document was created by man2html, using the manual pages.
Time: 19:49:18 GMT, April 27, 2011