我想打开一个新的 Firefox 实例。我试过
firefox -no-remote
Run Code Online (Sandbox Code Playgroud)
和
MOZ_NO_REMOTE=1 firefox
Run Code Online (Sandbox Code Playgroud)
如文档中所述。但是我不断收到消息
Firefox is already running, but is not responding. To open a new window,
you must first close the existing Firefox process, or restart your system.
Run Code Online (Sandbox Code Playgroud)
如何从命令行启动新的 Firefox 实例?
firefox ×1