Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Starting Firefox on remote machine runs local version

  • 2 wótegronje
  • 0 ma toś ten problem
  • 598 naglědow
  • Slědne wótegrono wót jamesqf

more options

I have several machines on my local network. I work on machine A, and run applications remotely using ssh -X on the other machines. Today I discovered that when I start Firefox on newly-upgraded machine B, it's actually starting the older version that's on machine A. This seems obviously wrong, and is certainly not what I want to happen. I want to run the newer Firefox that's on B, and have it display on A.

Longer details: A runs OpenSUSE Leap 15.0. B runs Leap 15.4. I start an xterm on B with the command " "ssh -X -l me B", and programs other than Firefox I run from that xterm display on A's monitors, as expected. However, when I try to run Firefox (by typing "firefox &" on the command line, what actually runs is the older version of Firefox that is on A, just as if I'd started it with the same command on one of A's terminals.

Is this a known behavior, and if so, is there a way to work around it? Or am I just doing something really stupid?

I have several machines on my local network. I work on machine A, and run applications remotely using ssh -X on the other machines. Today I discovered that when I start Firefox on newly-upgraded machine B, it's actually starting the older version that's on machine A. This seems obviously wrong, and is certainly not what I want to happen. I want to run the newer Firefox that's on B, and have it display on A. Longer details: A runs OpenSUSE Leap 15.0. B runs Leap 15.4. I start an xterm on B with the command " "ssh -X -l me B", and programs other than Firefox I run from that xterm display on A's monitors, as expected. However, when I try to run Firefox (by typing "firefox &" on the command line, what actually runs is the older version of Firefox that is on A, just as if I'd started it with the same command on one of A's terminals. Is this a known behavior, and if so, is there a way to work around it? Or am I just doing something really stupid?

Wubrane rozwězanje

Found this from a search of your question. It looks like the very last answer is what you're looking for. https://askubuntu.com/questions/3515/how-do-i-launch-a-remote-firefox-window-via-ssh

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (2)

more options

Wubrane rozwězanje

Found this from a search of your question. It looks like the very last answer is what you're looking for. https://askubuntu.com/questions/3515/how-do-i-launch-a-remote-firefox-window-via-ssh

more options

Thanks, using the -no-remote option seems to have fixed things. Skipped right past it because the name is the opposite of what I actually wanted.