I want to launch a graphical application from SSH, a pdf slideshow, on the TV driven by the RPi. I also want it to stay open on the RPi screen after I close the ssh session on the remote ubuntu computer which launched it via SSH.
I tried downloading screen.
It goes like this, seen from the ubuntu terminal:
Code: Select all
$ sudo ssh pi@10.0.0.33
pi@raspberrypi ~ $ screen okular /home/pi/beamer.pdf --presentation
[screen is terminating]
pi@raspberrypi ~ $
Thank you for your time.
Kind regards,
Marius