I have windows as local machine (localhost) with Xming installed. I have ssh into mac with X11 enabled and XQuartz installed (auto start on startup). I tested that X11 is forwarded properly by successfullying running xclock. My terminal on windows is powershell
I wish to open google Chrome on windows machine but everytime I try to open it, it opens on mac machine. How to go about this?
The exact command I am running is :
/Applications/Google Chrome/Contents/MacOS/Google Chrome –profile-directory=”Default”
I can’t use remote desktop and want to do this only by ssh. However one thing that is useful in my case can be if I can open virtual machine on windows which is located on mac and then open chrome in it.
Can anyone help me on this.
I tried the solution given here : https://askubuntu.com/questions/1207883/x11-forwarding-google-chrome-and-chromium-browsers-grey-out-other-apps-show-ok
But it still fails.
I also tried to install firefox and dillo browsers but same thing happens with them.