1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
.TH @BROWSER@ 1 "November 4, 2004" @browser@ "Linux User's Manual"
.SH NAME
@browser@ - a Web browser for X11 derived from the Mozilla browser
.SH SYNOPSIS
.B @browser@
[\fIOPTIONS\fR] [\fIURL\fR]
.B /usr/lib/@browser@/@browser@
[\fIOPTIONS\fR] [\fIURL\fR]
.SH DESCRIPTION
\fB@Browser@\fR is an open-source web browser, designed for
standards compliance, performance and portability.
.SH USAGE
If there is an @Browser@ browser already running, \fB@browser@\fR will
arrange for it to create a new browser window; otherwise it will start
a new instance.
.SH OPTIONS
A summary of the options supported by \fB@browser@\fR is included below.
.SS "X11 options"
.TP
.BI \-\-display= DISPLAY
X display to use
.TP
.B \-\-sync
Make X calls synchronous
.TP
.B \-\-no\-xshm
Don't use X shared memory extension
.TP
.BI \-\-xim\-preedit= STYLE
.TP
.BI \-\-xim\-status= STYLE
.TP
.B \-\-g\-fatal\-warnings
Make all warnings fatal
.SS "Mozilla options"
.TP
.B \-h, \-help
Show summary of options.
.TP
.B \-v, \-version
Print @Browser@ version.
.TP
\fB\-P\fR [\fIprofile\fR]
Start with \fIprofile\fR. When no profile is given, displays the Profile Manager. May require \fB\-no\-remote\fR, see below.
.TP
.B \-migration
Start with migration wizard. May require \fB\-no\-remote\fR, see below.
.TP
.B \-ProfileManager
Start with profile manager. May require \fB\-no\-remote\fR, see below.
.TP
.B \-no\-remote
Don't connect to a running @Browser@ instance. This option can be necessary
in conjunction to several of the options above, that won't have any effect
when an @Browser@ instance is running unless \fB\-no\-remote\fR is used at
the same time.
.TP
\fB\-UILocale\fR \fIlocale\fR
Start with \fIlocale\fR resources as User Interface locale. By default, it is
guessed from environment and available locales for @Browser@.
.TP
.B \-safe\-mode
Starts @Browser@ in safe mode, i.e. disabling all extensions and
showing a bit more debugging messages.
.TP
.B \-jsconsole
Start with Javascript Console
.TP
\fB\-new-window\fR \fIURL\fR
Open \fIURL\fR in a new window in an already running @Browser@ process.
.TP
\fB\-new-tab\fR \fIURL\fR
Open \fIURL\fR in a new tab in an already running @Browser@ process.
.TP
\fB\-chrome\fR \fIurl\fR
Load the specified chrome.
.SH ENVIRONMENT
\fIMOZILLA_DISABLE_PLUGINS\fR - when set, totally disables loading browser plugins
(the ones that appear at the about:plugins url)
.SH FILES
\fI/usr/bin/@browser@\fR - symbolic link to \fB/usr/lib/@browser@/@browser@\fR.
.br
\fI/usr/lib/@browser@/@browser@\fR - @Browser@ executable.
\fI/usr/lib/@browser@/firefox\-bin\fR - Legacy executable.
.br
.SH BUGS
To report a bug, please visit \fIhttp://bugzilla.mozilla.org/\fR and/or report bugs
to the Debian Bug Tracking System, as usual.
.SH AUTHORS
.TP
.B The Mozilla Organization
.I http://www.mozilla.org/about.html
|