Question:
I have a Linux server where I connect to via ssh. It works fine, and also, X-forwarding works fine (in the local network).
Now I wanted to run a server program under wine. because it's a Windows application, it doesn't run on the command line, so I have to start it via x-forwarding. So far not a problem, works wonderfully.
My problem is I connect to the target computer with X-forwarding, like this:
ssh ip.of.target.computer -X
then I start
gnome-session
from the ssh terminal. Gnome loads and i can start the graphical server application via wine. But when I want to logout from the X-forwarding, that closes the gnome-session (and the server X-window-application)...
How can I login, start a X-window application, and then logout ssh without closing the X-application ?