From owner-freebsd-questions@FreeBSD.ORG Sat May 10 15:32:40 2003 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 455DD37B401 for ; Sat, 10 May 2003 15:32:40 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8524843FBF for ; Sat, 10 May 2003 15:32:39 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 24292 invoked by uid 1001); 10 May 2003 22:33:22 -0000 Date: Sat, 10 May 2003 15:33:22 -0700 From: Joshua Oreman To: Fabio Miranda Hamburger Message-ID: <20030510223322.GA24262@webserver.get-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: Gnome start up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 22:32:40 -0000 On Sat, May 10, 2003 at 03:15:38PM -0600 or thereabouts, Fabio Miranda Hamburger seemed to write: > Hi, after many hours I finally installed X on FreeBSD -stable. > I did install the gnome2 metaport and When I start up X gnome desktop > doesnt apper. If you are using `startx': $ echo 'exec gnome-session' > ~/.xinitrc If you are using `xdm' for a graphical login: $ echo '#! /bin/sh' > ~/.xsession $ echo 'exec gnome-session' >> ~/.xsession $ chmod +x ~/.xsession Next time you start X, GNOME should be running with flying colors. HTH, -- Josh > > What do i have to do do set up gnome2 as my default desktop enviroment? > Where Can i get information about gnom2 post install on freebsd? > > regards, > > --- > Fabio Andres Miranda > Ingenieria de sistemas informaticos > Universidad Latina - Costa Rica > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"