Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I have a development server that I leave running all the time, and a development laptop that I turn off/on everyday.

I have a GUI application on the server that I'd like to run over SSH -X, and I'd like to leave it running even when my dev laptop is powered off.

Is there a way to detach and then re-attach to that application over SSH -X?

I'd prefer not to use VNC in my case.

share|improve this question
1  
See also GNU Screen for X11 Forwarding – Gilles Apr 19 '11 at 20:07

2 Answers

up vote 5 down vote accepted

Xmove should be able to do what you want.

Here is a howto (dated 2006).

share|improve this answer

There's xpra, a slightly more recent tool than xmove.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.