Is it possible to disconnect from and reconnect to remote X clients?

1

I'm basically trying to recreate the environment that Cloud9 provides - a work session with an editor and terminals which can be disconnected from and reconnected to from any PC. I have set up a server with X and SSH installed, and I can launch graphical applications like gVim remotely. The next issue is to be able to disconnect from the gVim instance and reconnect to it from a different computer.

Is this possible? Assuming the answer isn't "no", how can it be done?

Hubro

Posted 2015-01-14T21:33:04.097

Reputation: 4 846

Answers

1

You could use tmux/screen to have persistent terminal sessions, or Xpra to provide persistent X sessions, it works quite well for me. In many distros the packages are available out of the box (I am using Ubuntu 14.04).

dirac3000

Posted 2015-01-14T21:33:04.097

Reputation: 111

Xpra looks really cool, but I can't get it to work. I'll give it another shot later – Hubro – 2015-01-16T11:17:43.407