今天在Ubuntu系统中,需要在同一个系统的两个不同VNC窗口中分别开启Firefox,可是被报错了,如下图所示

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.
实际上要解决这个问题,很简单,一句终端命令+简单设置即可:
终端命令行敲入: firefox -profilemanager
随后弹出如下图所示的对话框:
点击 create Profile...按钮,
点击Next按钮,
编辑profile的名字,然后Finish
选择刚刚创建的profile,然后start Firefox
看看是否有点成就感?