Answers:
围绕Firefox的PortableApps包装器限制了firefox.exe进程数量。但是,如果您运行Firefox并尝试与它一起运行Firefox Portable,它将检测到此并拒绝打开。
要解决此问题,您需要编写一个PortableApps Firefox配置文件。您可以在Other/Source/调用中找到示例配置文件FireFoxPortable.ini。
[FirefoxPortable]
FirefoxDirectory=App\firefox
ProfileDirectory=Data\profile
SettingsDirectory=Data\settings
PluginsDirectory=Data\plugins
FirefoxExecutable=firefox.exe
AdditionalParameters=
LocalHomepage=
DisableSplashScreen=false
AllowMultipleInstances=false
DisableIntelligentStart=false
SkipCompregFix=false
RunLocally=false
您需要调整的值AllowMultipleInstances,默认情况下设置为false。将它设置为true,并将该文件保存为FirefoxPortable.ini一起FirefoxPortable.exe。
-p profile并为已运行的实例提供不同的配置文件。请参阅使用其他配置文件打开Mozilla应用程序的新实例