From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 21:41:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122A816A4CE for ; Mon, 21 Feb 2005 21:41:54 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC6BF43D1D for ; Mon, 21 Feb 2005 21:41:53 +0000 (GMT) (envelope-from iggdawg@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so958948wri for ; Mon, 21 Feb 2005 13:41:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=EEqVUOA3IgRHlYL1ebba2lpLTRmREjW4sdqczG5S5jsEYLDvvTVwWnaK51eLAx2NoTrmlNsrZN2Z4b+15HVpvggy6bgnDuHEmfa+Gd9F+jTdpBG89Il45Qfh4WloJypmlvDlVelXrK9YuQz1KcjLQNQskFcumiMLPCBKw44jmhw= Received: by 10.54.2.22 with SMTP id 22mr89756wrb; Mon, 21 Feb 2005 13:41:53 -0800 (PST) Received: by 10.54.14.17 with HTTP; Mon, 21 Feb 2005 13:41:52 -0800 (PST) Message-ID: Date: Mon, 21 Feb 2005 16:41:52 -0500 From: To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How can I start a GUI application through SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: iggdawg@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 21:41:54 -0000 I usually do this by leaving a terminal window in X open. call it P0. then I run watch watch -oW p0 and run the app I want to pop up. I can;t control the app, but it executes on the desktop. not terribly handy, but it would have some applications I guess. ------------------------- I would like to be able to start an X application through ssh. I want the app to actually run on my local box (meaning I want the window to pop up on the box that I am ssh-ing to), but I just want to be able to start it remotely. Can someone help me figure out how to do this?