Slava Leanovich
Archives
« November 2009
SunMonTueWedThuFriSat
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
     
       
Today
XML
Search

Links
 

Today's Page Hits: 15

All | Personal | Sun
« gconfd error | Main
20070707 Saturday July 07, 2007
Run several instances of mozilla

Sometimes it is needed to run several instances of Mozilla (Firefox/Thunderbird) at the same time, using different profiles.

The MOZ_NO_REMOTE environment variable does the trick. On Windows, the following script (.cmd or .bat) wraps firefox, allowing to start several instances of this application:
@set MOZ_NO_REMOTE=1
@start /D"c:\Program Files\Mozilla Firefox" firefox %*
The same thing is applicable to thunderbird as well.

posted by leanovich Jul 07 2007, 12:06:01 AM CEST Permalink Comments [1]

Trackback URL: http://blogs.sun.com/vl/entry/mozilla
Comments:

Slava, can you take a look at this bug? https://bugzilla.mozilla.org/show_bug.cgi?id=387412

Posted by jessie on July 10, 2007 at 08:45 AM CEST #

Post a Comment:

Name:
E-Mail:
URL:

Your Comment:

HTML Syntax: NOT allowed