Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Starting Firefox on remote machine runs local version

  • 2 antwoorden
  • 0 hebben dit probleem
  • 598 weergaven
  • Laatste antwoord van 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?

Gekozen oplossing

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

Dit antwoord in context lezen 👍 0

Alle antwoorden (2)

more options

Gekozen oplossing

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.