From owner-freebsd-questions@FreeBSD.ORG Mon May 17 08:20:26 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 7A4C816A4CE for ; Mon, 17 May 2004 08:20:26 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A49E43D45 for ; Mon, 17 May 2004 08:20:23 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i4HFKJg13966; Mon, 17 May 2004 11:20:19 -0400 (EDT) From: Jerry McAllister Message-Id: <200405171520.i4HFKJg13966@clunix.cl.msu.edu> To: arden@nildram.co.uk (arden) Date: Mon, 17 May 2004 11:20:18 -0400 (EDT) In-Reply-To: <1084569471.2967.13.camel@localhost> from "arden" at May 14, 2004 10:17:51 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: startx kde 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: Mon, 17 May 2004 15:20:26 -0000 > > hi all > > im pretty new to bsd so sorry if this is a stupid question > > on my linux system i use kde as default desktop and as such when i type > startx kde starts > > on bsd i get an xterm the have to type startkde after startx > > is there a way to do it in one command? Yes, put exec startkde in the users .xinitrc file. Then startx starts kde rather than whatever is in the system's default xinitrc (which is way down in /usr/X11R6/lib/X11/xinit/) Or, I guess you could tink that file to make it the systemwide default. But, better to do it in the user's .xinitrc I think. ////jerry > > arden >