From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 18:59:58 2004 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 B550E16A4CE for ; Fri, 30 Jul 2004 18:59:58 +0000 (GMT) Received: from dhumketu.homeunix.net (dialpool-210-214-234-138.maa.sify.net [210.214.234.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD5B843D6B for ; Fri, 30 Jul 2004 18:59:57 +0000 (GMT) (envelope-from freebsd@dhumketu.cjb.net) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id 223D03F0; Sat, 31 Jul 2004 00:27:43 +0530 (IST) Date: Sat, 31 Jul 2004 00:27:42 +0530 From: Shantanoo To: Sandbox Video Productions Message-ID: <20040730185742.GB71243@dhumketu.homeunix.net> Mail-Followup-To: Sandbox Video Productions , freebsd-questions@freebsd.org References: <20040729014700.41645.qmail@web14106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040729014700.41645.qmail@web14106.mail.yahoo.com> User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.10-STABLE i386 cc: freebsd-questions@freebsd.org Subject: Re: KDE vs Gnome 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: Fri, 30 Jul 2004 18:59:58 -0000 +++ Sandbox Video Productions [freebsd] [28-07-04 18:47 -0700]: | IF i install both gnome & kde. how do i choose which | one i want to start up. It seem that it only starts | the GUI that was installed last. | check out ~/.xinitrc for kde: echo "exec startke" > ~/.xinitrc for gnome: echo "exec gnome-session" > ~/.xinitrc Regards, Shantanoo