On 2022-09-18 16:59, Patrick Shanahan wrote:
* Dave Howorth <dave@howorth.org.uk> [09-18-22 10:39]:
On Sun, 18 Sep 2022 14:45:31 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 2022-09-18 14:37, Patrick Shanahan wrote:
* Carlos E. R. <> [09-18-22 08:03]:
Is there a (simple) way to do what I want?
ssh -XC <remote-computer> "/usr/bin/firefox --no-remote"
always works for me.
Does not work, same popup message.
Meanwhile, this worked:
ssh cer@wallcomputer "DISPLAY=:0 firefox https://www.youtube.com/something"
-X can never do what Carlos wants. It forwards the X connection from the client on the remote host (i.e. wall computer) onto the local display (i.e. desktop computer)
it can if xauth is the same on both.
But it is not going to be, unless I do something to set it up. -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)