From owner-freebsd-questions@FreeBSD.ORG Mon Nov 19 20:48:58 2007 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 C4DB116A469 for ; Mon, 19 Nov 2007 20:48:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id BEC2B13C503 for ; Mon, 19 Nov 2007 20:48:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lAJKmoUb002040; Mon, 19 Nov 2007 21:48:50 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lAJKmop0002037; Mon, 19 Nov 2007 21:48:50 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 19 Nov 2007 21:48:50 +0100 (CET) From: Wojciech Puchar To: Steve Franks In-Reply-To: <539c60b90711191011m53c57b7am64b6ece75403057a@mail.gmail.com> Message-ID: <20071119214733.M1919@wojtek.tensor.gdynia.pl> References: <539c60b90711191011m53c57b7am64b6ece75403057a@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: User Questions Subject: Re: launch x app from non-x tty? 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: Mon, 19 Nov 2007 20:48:58 -0000 > Is there a way to log in from ssh and pop up a program on the local > xterminal? I tried, and got complaints that there was no x, so I you mean local local display (local X server). simply you have to export DISPLAY=:0 before running. must be the same user as logged locally.