How to run a GUI app from ssh shell?
Posted
by karramba
on Stack Overflow
See other posts from Stack Overflow
or by karramba
Published on 2010-06-17T19:39:57Z
Indexed on
2010/06/17
19:43 UTC
Read the original article
Hit count: 270
I can access my linux box by ssh and by vnc. I want to run a GUI application, but directly from ssh, I don't want to access through VNC and click around. So, after logging in using ssh, I want to issue a magic command, so that when I log in through VNC I will see my GUI app running. How can I do this?
© Stack Overflow or respective owner