I am trying to launch a GUI based application on a target machine running linux (I am not trying to view or use the application through ssh, I just want it running in the background on the target machine).
However, this particular application is recognizing that it is being launched remotely and starts in a headless mode which is unfortunately broken and causes the application to crash.
I have a shell script that launches the application fine when used directly on the machine, but fails when used over ssh.
How can I trick the target machine into launching the application / running the shell script as if it was being launched from the target machine itself.
CherryW is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.