From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 17:10:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C8A91065674 for ; Fri, 7 Nov 2008 17:10:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3FFC98FC27 for ; Fri, 7 Nov 2008 17:10:22 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id CD2CBAFC1C6; Fri, 7 Nov 2008 08:10:21 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 7 Nov 2008 18:10:16 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811071810.18274.fbsd.questions@rachie.is-a-geek.net> Cc: Roey Dror Subject: Re: Preserving X forwarded applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 17:10:23 -0000 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.