From owner-freebsd-questions Sun Nov 18 17:57:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from acmey.gatech.edu (acmey.gatech.edu [130.207.165.23]) by hub.freebsd.org (Postfix) with ESMTP id 0AE9C37B405 for ; Sun, 18 Nov 2001 17:57:34 -0800 (PST) Received: by acmey.gatech.edu (Postfix, from userid 19753) id 4227A31F06; Sun, 18 Nov 2001 20:57:33 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by acmey.gatech.edu (Postfix) with ESMTP id 09C9B330ED; Sun, 18 Nov 2001 20:57:33 -0500 (EST) Date: Sun, 18 Nov 2001 20:57:32 -0500 (EST) From: Michael Imamura X-Sender: gte255n@acmey.gatech.edu To: Bjarne Wichmann Petersen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Running GAIM without Gnome? In-Reply-To: <20011118095327.PGMZ395.fepZ.post.tele.dk@there> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 18 Nov 2001, Bjarne Wichmann Petersen wrote: > Is it possible to run GAIM (from ports) without getting Gnome, panel and > everything that is gnome started? I'm using KDE as my desktop, so having all > these panels are a bit annoying... Hi Bjarne, To build the Gaim port without Gnome, use the "WITHOUT_GNOME" flag: # cd /usr/ports/net/gaim # make WITHOUT_GNOME=1 install This will prevent Gnome support from being enabled at compile-time. You can also use "WITHOUT_ESOUND" if you don't want it to try to use esound. - Michael Imamura mimamura@resnet.gatech.edu LUG@GT Web Guy http://www.lugatgt.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message