I apologize if this question has been asked before, but I don't really know the vocabulary to be able to do the research myself.
Say I have a Linux machine (Raspbian on a Raspberry Pi in my case) hooked up to a monitor. If I had a mouse plugged into this machine, I could double click on, say, Scratch, and have it open and be visible on that monitor.
Now say I don't have a mouse hooked up to it, but I am able to SSH into it from another machine. How would I launch a program in that same way? In other words, I don't want to launch it in the SSH window, and I don't want it X11 forwarded to me. I want it launched on that machine, visible on that monitor, as if I had double clicked it.
Hope my question was clear, but I'd be happy to clarify if anyone is confused!