On 4/30/20 3:06 PM, Peter Skensved wrote:
local> ssh -Y remote-ip

remote> firefox -no-remote


  Note the -no-remote .  It forces requests to come from the remote box rather
than the local one ( which is the default )

Normally, running "firefox" will try to contact an already running Firefox process on the current display and pass the url to it. The "-no-remote" option means it doesn't do that and just starts a new session instead.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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/users@lists.fedoraproject.org

Reply via email to