[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Random note from TODO.021
- To: or-dev@xxxxxxxxxxxxx
- Subject: Random note from TODO.021
- From: "John Brooks" <aspecialj@xxxxxxxxx>
- Date: Fri, 10 Oct 2008 19:29:47 -0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-dev-outgoing@xxxxxxxx
- Delivered-to: or-dev@xxxxxxxx
- Delivery-date: Fri, 10 Oct 2008 21:29:50 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=hWm/zvDYJiVhbpik5QwYx+kAwDHZObQbRUm8YbQVFY0=; b=rPgir7kmcsj2UfchJ9/08/v6ZZ13/R6AJbHczFWcvL0qi5A0f9KrM+wJC1a0QsE7JL UT3wgwqo7t3zO0HFFNIpHyhFgzC1xwudAMTHc9UU2MDLYlHjURRGqTjFnBMOojDnM0TZ PJUqKsU35XrvThJit8PtuTQZVJNtjk87AVbDo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=HCgi4Zp9Bn3eMp4PQNo0og0fBvCeOQ4Fl/3mh017Uyn6+8QqFj/B9hZ2Wmafmwz0zd mBWUWBOfahFJRcS0rC/32nAiMqW25kzmwo3wk0e6hOh+/kMItDIHblggDE+Vu9WnhAAa XBbbilO43VZv/BktucBqFpqzZuoL5wqPtzJx4=
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
One of the items in TODO.021 (under Steven) is:
- Figure out (or give up on) how to run Tor Browser and ordinary
Firefox side-by-side.
If this is still unsolved, I can provide the answer - I had the same
problem awhile ago with my own PortableFirefox/Tor setup. Firefox
reads some settings when it starts from a .ini in the same directory
and with the same name as the firefox binary (i.e.
FirefoxPortable.ini, or Firefox.ini). Create that file if it doesn't
exist. The setting you want is:
[FirefoxPortable]
AllowMultipleInstances=true
When set to true, this will allow multiple copies of firefox (from the
same or different binaries) to start, and does not need to be set on
any other copies of firefox that are used.
Hope that helps.
- John Brooks