如何在 VNC 下打开属于在 VNC 之外运行的 Firefox 会话的 Firefox 窗口?
这将是。某些明确的“force-remote”(--new-instance: open new instance, not a new window in running instance
--remote
)标志不存在(并且无论如何都会轻易建议在 VNC 之外打开一个新窗口(即使该命令是在 VNC 下发出的))并且--new-window
不执行该工作。
更新。env DISPLAY=:1 firefox --new-window
使用 VNC 监听 5901/6001运行会返回臭名昭著的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.
答案1
尝试firefox --display=:0
或DISPLAY=:0 firefox
。理论上,这应该可以通过 SSH 以及第二个 VNC 显示器工作。但是,我还没有测试过这个解决方案。