From owner-freebsd-questions@FreeBSD.ORG Wed Mar 5 10:07:57 2008 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 518BD1065675 for ; Wed, 5 Mar 2008 10:07:57 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1E70A8FC1A for ; Wed, 5 Mar 2008 10:07:56 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so964727rvb.43 for ; Wed, 05 Mar 2008 02:07:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=5tF9XfeEIsYKpk9JPnJk5Mt9qa3uM4j/FPPHh/qqGWs=; b=WE1doUinhSTV7YDfpwOyc89EkSO16x9bm8W0ZD9W0W3iLhajkdeGsGVhpSp3At/7tQEVIzu3NajiKAUXQ1j+vR6B4PylTgmN8CNHtGBMsVtgIl0ooZ6Z/4iTxb+Ua7k6yWDDEktG7b3qfMK2vQgzkWOR9RgQWs5uDLu2H4IYv10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l7hh9Q6eIlqmxVCMUK8ehUfl8dqQrkrwH1qLUTOprPmPmr4XYVMk3Msw+BLLDms5BhUYGX9T8cHB8NfPatrW3K8RKA1TZ8Y4n1d0zUEy5BXRxT1uYdEnJDFd4c3OFvg8ALFzmI/LhW7ZFx2zyeY9F2O9vvGjpE64XYSLt6xfl4E= Received: by 10.141.19.16 with SMTP id w16mr1114588rvi.8.1204711675033; Wed, 05 Mar 2008 02:07:55 -0800 (PST) Received: by 10.140.162.17 with HTTP; Wed, 5 Mar 2008 02:07:55 -0800 (PST) Message-ID: <3b2ddd940803050207x51cd64edh81b03870112fd3ad@mail.gmail.com> Date: Wed, 5 Mar 2008 10:07:55 +0000 From: "Siraj Shaikh" To: "Jonathan Chen" In-Reply-To: <20080305004756.GB87943@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3b2ddd940803041441k6f059619ga1b2987aecd45007@mail.gmail.com> <20080305004756.GB87943@osiris.chen.org.nz> Cc: freebsd-questions@freebsd.org Subject: Re: How to start Gnome2-lite 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: Wed, 05 Mar 2008 10:07:57 -0000 On 05/03/2008, Jonathan Chen wrote: > On Tue, Mar 04, 2008 at 10:41:47PM +0000, Siraj Shaikh wrote: > > I installed Gnome2-lite as a package. I then inserted the following line > > > > gnome_enable="YES" > > > > in rc.conf > > > > and also inserted the line > > > > exec gnome-session > > > > in the xinitrc file. | type startx after this, but gnome desktop > > doesnt load up. Instead the usual x windows screen loads up. > > The "gnome-session" line needs to be in ${HOME}/.xinitrc, which also > needs to have permissions 700 at least. > > Cheers. > -- > Jonathan Chen > ---------------------------------------------------------------------- > The human mind ordinarily operates at only ten percent of its capacity > -- the rest is overhead for the operating system. > SO if I log in as root, which I do, then this means that file will be in /root/ directory? But I cant find any .xinitrc file in root directory? WHat do I do?