[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17455: {torbrowser} set AllowMultipleInstances=false until we find the root caus (in torbrowser/trunk: . build-scripts/config)
Author: ioerror
Date: 2008-12-02 18:33:55 -0500 (Tue, 02 Dec 2008)
New Revision: 17455
Modified:
torbrowser/trunk/README
torbrowser/trunk/build-scripts/config/FirefoxPortable.ini
Log:
set AllowMultipleInstances=false until we find the root cause that causes a relaunch of firefox upon first run.
Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README 2008-12-02 23:26:04 UTC (rev 17454)
+++ torbrowser/trunk/README 2008-12-02 23:33:55 UTC (rev 17455)
@@ -163,8 +163,6 @@
Update Firefox to 2.0.0.16
Update Pidgin to 2.5.1
1.1.5: Released 2008-12-1
- Set AllowMultipleInstances=true, to allow Tor Browser Bundle and
- Firefox to be run at the same time (suggested by John Brooks)
Update Vidalia to release 0.1.10
Update Firefox to 2.0.0.18
Update Tor to 0.2.1.7-alpha
@@ -172,3 +170,6 @@
Added a small patch and instructions to fix Qt compile time error
Corrected some minor mistakes in the INSTALL document
Updated INSTALL document to reflect updated build process
+1.1.6: TBD
+ Hopefully Set AllowMultipleInstances=true, to allow Tor Browser Bundle and
+ Firefox to be run at the same time (suggested by John Brooks)
Modified: torbrowser/trunk/build-scripts/config/FirefoxPortable.ini
===================================================================
--- torbrowser/trunk/build-scripts/config/FirefoxPortable.ini 2008-12-02 23:26:04 UTC (rev 17454)
+++ torbrowser/trunk/build-scripts/config/FirefoxPortable.ini 2008-12-02 23:33:55 UTC (rev 17455)
@@ -7,7 +7,7 @@
AdditionalParameters=
LocalHomepage=
DisableSplashScreen=true
-AllowMultipleInstances=true
+AllowMultipleInstances=false
DisableIntelligentStart=false
SkipChromeFix=false
SkipCompregFix=false
@@ -15,4 +15,4 @@
WaitForFirefox=true
# The above options are explained in the included readme.txt
-# This INI file is an example only and is not used unless it is placed as described in the included readme.txt
\ No newline at end of file
+# This INI file is an example only and is not used unless it is placed as described in the included readme.txt