我想打开一个新的 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 实例?
在 Ubuntu 上,当尝试打开 Firefox 时,它说它已经在运行但没有响应。我在一个我无权查看根目录的系统上。我以前遇到过这个问题并修复了它,但我不记得是如何解决的。在我不得不删除文件之前我知道,但我不记得是什么或在哪里。