source: pkg/kev/main/iceweasel/trunk/debian/iceweasel.1 @ 5919

Revision 5919, 4.3 KB checked in by alanbach-guest, 4 years ago (diff)

[svn-inject] Applying Debian modifications to trunk

Line 
1.TH ICEWEASEL 1 "November 4, 2004" iceweasel "Linux User's Manual"
2.SH NAME
3iceweasel - a Web browser for X11 derived from the Mozilla browser
4
5.SH SYNOPSIS
6.B iceweasel
7[\fIOPTIONS\fR] [\fIURL\fR]
8
9.B /usr/lib/iceweasel/firefox\-bin
10[\fIOPTIONS\fR] [\fIURL\fR]
11
12.SH DESCRIPTION
13\fBIceweasel\fR is an open-source web browser, designed for
14standards compliance, performance and portability.
15
16.SH USAGE
17\fBiceweasel\fR is a simple shell script that will set up the
18environment for the actual executable, \fBfirefox\-bin\fR.
19If there is a Iceweasel browser already running, \fBiceweasel\fR will
20arrange for it to create a new browser window; otherwise it will start
21the Iceweasel application.
22
23.SH OPTIONS
24A summary of the options supported by \fBiceweasel\fR is included below.
25
26.SS "GTK options"
27\fB\-\-gdk\-debug=\fR\fIFLAGS\fR
28Gdk debugging flags to set
29.TP
30\fB\-\-gdk\-no\-debug=\fR\fIFLAGS\fR
31Gdk debugging flags to unset
32.TP
33\fB\-\-gtk\-debug=\fR\fIFLAGS\fR
34Gtk+ debugging flags to set
35.TP
36\fB\-\-gtk\-no\-debug=\fR\fIFLAGS\fR
37Gtk+ debugging flags to unset
38.TP
39\fB\-\-gtk\-module=\fR\fIMODULE\fR
40Load an additional Gtk module
41
42.SS "X11 options"
43.TP
44.BI \-\-display= DISPLAY
45X display to use
46.TP
47.B \-\-sync
48Make X calls synchronous
49.TP
50.B \-\-no\-xshm
51Don't use X shared memory extension
52.TP
53.BI \-\-xim\-preedit= STYLE
54.TP
55.BI \-\-xim\-status= STYLE
56.TP
57.B \-\-g\-fatal\-warnings
58Make all warnings fatal
59
60.SS "Mozilla options"
61.TP
62\fB\-height\fR \fIvalue\fR
63Set height of startup window to \fIvalue\fR pixels.
64.TP
65.B \-h, \-help
66Show summary of options.
67.TP
68.B \-installer
69Start with Mozilla 4.x migration window.
70.TP
71\fB\-width\fR \fIvalue\fR
72Set width of startup window to \fIvalue\fR pixels.
73.TP
74.B \-v, \-version
75Print Iceweasel version.
76.TP
77.B \-no\-remote
78Don't connect to a running iceweasel instance.
79.TP
80\fB\-a\fR \fIapplication\-id\fR
81Check for a running Iceweasel started with the specified
82\fIapplication\-id\fR.  When \fBiceweasel\fR is invoked for
83the first time with a particular \fIapplication\-id\fR, a new Iceweasel
84application is started; subsequent invocations of \fBiceweasel\fR
85with the same \fIapplication\-id\fR will cause the already-running
86Iceweasel to bring up a new window.
87
88The default is \fB\-a iceweasel\fR.
89.TP
90\fB\-CreateProfile\fR \fIprofile\fR
91Create \fIprofile\fR.
92Implies \fB\-a iceweasel\-\-\fR\fIprofile\fR, or \fB\-a default\fR
93if \fIprofile\fR is \fBdefault\fR.
94.TP
95\fB\-P\fR \fIprofile\fR
96Start with \fIprofile\fR.
97Implies \fB\-a iceweasel\-\-\fR\fIprofile\fR, or \fB\-a default\fR
98if \fIprofile\fR is \fBdefault\fR.
99.TP
100.B \-ProfileManager
101Start with profile manager.
102Implies \fB\-a\fR with a fresh unique \fIapplication\-id\fR.
103.TP
104\fB\-UILocale\fR \fIlocale\fR
105Start with \fIlocale\fR resources as User Interface locale. By default, it is
106guessed from environment and available locales for Iceweasel.
107.TP
108\fB\-contentLocale\fR \fIlocale\fR
109Start with \fIlocale\fR resources as content locale. By default, it is
110guessed from environment and available locales for Iceweasel.
111.TP
112\fB\-new-window\fR \fIURL\fR
113Open \fIURL\fR in a new window in an already running Iceweasel process.
114\fB\-new-tab\fR \fIURL\fR
115Open \fIURL\fR in a new tab in an already running Iceweasel process.
116
117.TP
118.B \-jsconsole
119Start with Javascript Console
120.TP
121\fB\-chrome\fR \fIurl\fR
122Load the specified chrome.
123.TP
124.B \-safe\-mode
125Starts Iceweasel in safe mode, that is disabling all extensions and
126showing a bit more debugging messages.
127
128.SS "Debugger options"
129.TP
130.B \-g, \-debug
131Starts Iceweasel through a debugger (gdb by default).
132.TP
133\fB\-\-debugger\fR \fIprogram\fR
134Use \fIprogram\fR as a debugger for Iceweasel. Implies \fB\-debug\fR.
135
136.SH ENVIRONMENT
137\fIICEWEASEL_DSP\fR - configures the /dev/dsp wrapper to use. Accepted values
138are "auto", "artsdsp", "esddsp", "aoss" or "none" (default).
139
140.SH FILES
141\fI/usr/bin/iceweasel\fR - shell script wrapping
142\fBfirefox\-bin\fR
143.br
144
145\fI/usr/lib/iceweasel/firefox\-bin\fR - \fBiceweasel\fR
146executable
147.br
148
149\fI/etc/iceweasel/iceweaselrc\fR - file containing environment
150variables to be passed to Iceweasel.
151.br
152
153\fI${HOME}/.mozilla/firefox/rc\fR - file containing environment variables to
154be passed to Iceweasel. Overrides \fI/etc/iceweasel/iceweaselrc\fR
155
156.SH BUGS
157To report a bug, please visit \fIhttp://bugzilla.mozilla.org/\fR
158
159.SH "SEE ALSO"
160.BR mozilla(1)
161
162.SH AUTHORS
163.TP
164.B The Mozilla Organization
165.I http://www.mozilla.org/about.html
Note: See TracBrowser for help on using the repository browser.