On Thu, Apr 30, 2020 at 12:12 PM S.Bob <[email protected]> wrote:
>
> All;
>
>
> I seem to remember way back in the day we used to ssh to a server, set
> our local display on that connection and then run a web browser FROM the
> ssh target but display the web browser on the source machine.
>
>
> I think we used to do this:
>
> ssh -Y target_machine
>
> export DISPLAY=:0
>
> $ firefox &
>
>
>
> I have a mac, I can ssh to it, I want to run a web browser FROM the mac
> but displayed on my Fedora 31 laptop.
>
>
> I tried this:
>
> ssh -Y mac_ip
>
> export DISPLAY=:0
>
> $ /Applications/Firefox.app/Contents/MacOS/firefox
>
> But no joy
>
> Thoughts? Is this possible?
>
> Thanks in advance
>
      I think the problem is OSX does not use X11 as its windowing
system so the fedora box cannot draw it. With that said, good old vnc
will work just find.

> --
> `When you say "I wrote a program that crashed Windows", people just stare at 
> you blankly and say "Hey, I got those with the system, *for free*".' (By 
> Linus Torvalds)
> _______________________________________________
> users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/[email protected]
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to