搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Why does Firefox pass session off to login machine?

  • 3 个回答
  • 4 人有此问题
  • 9 次查看
  • 最后回复者为 cousins

more options

Running Linux on two machines, if I ssh -X over to the second machine and run the "firefox" command on the second machine firefox starts up but it is running on the first machine. This happens only if I have a firefox session running on the first machine already. Why? and How do I stop this?

I just downloaded the latest 3.6 version of Firefox on both machines

Running Linux on two machines, if I ssh -X over to the second machine and run the "firefox" command on the second machine firefox starts up but it is running on the first machine. This happens only if I have a firefox session running on the first machine already. Why? and How do I stop this? I just downloaded the latest 3.6 version of Firefox on both machines

被采纳的解决方案

Try using the -no-remote command line argument when starting that second Firefox process. You'll need to include the name of the Profile on that 2nd PC.

http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

定位到答案原位置 👍 0

所有回复 (3)

more options

选择的解决方案

Try using the -no-remote command line argument when starting that second Firefox process. You'll need to include the name of the Profile on that 2nd PC.

http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

more options

That is what I was after. Thanks very much. I should have seen that with -help.

more options

I'm a bit curious about how and why it attaches to the remote session. How would the remote session even know about the session running on my local workstation? Why would the default be to attach to a process running on a different machine?