Talk:Run multiple instances in LinuxFrom MozillaZine Knowledge BaseIs there a way to do this with one instance running locally and the other running on a remote display?
DISPLAY=:0.0 kulrak@bifrost:~> firefox -remote 'openURL(http://www.google.com, new-window)' --display 10.0.0.69:0.0
kulrak@bifrost:~> firefox -remote 'openURL(http://www.google.com, new-window)' Error: No running window found kulrak@bifrost:~> firefox -a firefox -remote "OpenURL('http://www.google.com/',new-window)" Error: No running window found
|
|