Preserving X forwarded applications

2008-11-07 Thread Roey Dror
I'm looking for a solution similar to the screen utility, but for X11.
I want, for example, to burn a cd on a remote computer using some GUI
application. If, for any reason, the network goes down while burning,
I suppose I lose the whole thing. Same thing goes when editing a
document.
I know that I can launch a VNC/NX server, but X forwarding is a much
more comfortable solution.
Is there any way to make sure a X forwarded application won't die when
my session is disconnected?
Also, I would like to be able to reconnect the window when logging back in.

-- 
Roey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preserving X forwarded applications

2008-11-07 Thread Mel
On Friday 07 November 2008 18:01:28 Roey Dror wrote:

 Is there any way to make sure a X forwarded application won't die when
 my session is disconnected?
 Also, I would like to be able to reconnect the window when logging back
 in.

Of course you can try to fiddle with X forwarding to do this, but net/x11vnc, 
especially the -shared option is made for this.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]