From owner-freebsd-questions@FreeBSD.ORG Fri Sep 21 02:15:42 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 EDE3316A418 for ; Fri, 21 Sep 2007 02:15:42 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id AE29E13C448 for ; Fri, 21 Sep 2007 02:15:42 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id l8L2FfsJ088081 for ; Thu, 20 Sep 2007 20:15:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id l8L2Ffi6088078; Thu, 20 Sep 2007 20:15:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 20 Sep 2007 20:15:41 -0600 (MDT) From: Warren Block To: Lisandro Grullon In-Reply-To: Message-ID: <20070920200903.F87683@wonkity.com> References: <46F22296.1080502@pacific.net.sg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Thu, 20 Sep 2007 20:15:41 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: RE: Are you guys using xcdroast? 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, 21 Sep 2007 02:15:43 -0000 On Thu, 20 Sep 2007, Lisandro Grullon wrote: >>> (xcdroast:20529): Gtk-WARNING **: cannot open display: > I do understand that this is an X aplication, I am trying to run it in > 6.2_release using Xorg 7.2 and Gnome2, still giving me that strange > error when I try to execute from the shell as root, I try google at it > and nothing shows up for it. Any ideas what might be happening? No DISPLAY variable set for root, which has its own environment. Try this: log in to X as your normal user xhost +localhost su - setenv DISPLAY :0.0 xcdroast -Warren Block * Rapid City, South Dakota USA