From owner-freebsd-questions@FreeBSD.ORG Sat Apr 16 17:57:32 2005 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 C024816A4CE for ; Sat, 16 Apr 2005 17:57:32 +0000 (GMT) Received: from smtp803.mail.sc5.yahoo.com (smtp803.mail.sc5.yahoo.com [66.163.168.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A41743D46 for ; Sat, 16 Apr 2005 17:57:32 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.173.27.15 with plain) by smtp803.mail.sc5.yahoo.com with SMTP; 16 Apr 2005 17:57:31 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 16 Apr 2005 10:57:29 -0700 User-Agent: KMail/1.8 References: <200504161944.52060.danny@ricin.com> In-Reply-To: <200504161944.52060.danny@ricin.com> X-Face: "u-%.52Z_uQCP'Vdj{95/n*(sgAAm`F/p'b0zo%-DuBTdZ*qW!!/idDBRjkFfJD[Qe&>=?utf-8?q?=5F2=0A=09?=<}OGsEY~)n?NywZRi9xm-jH_VPg"8nTSzo:r8;U3oTQz|@z)|>%i+MRY2Y#>s~X`sV$&t"=?utf-8?q?=0A=09AkQ=5EU3rJIFCU=3F=5DcC=27F=26fY4=23Jf-=7D=3F7x?= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504161057.29811.krinklyfig@spymac.com> cc: Danny Pansters Subject: Re: KDE not starting. Cannot start kdeinit 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, 16 Apr 2005 17:57:32 -0000 On Sat 16 Apr 05 10:44, Danny Pansters wrote: > On Saturday 16 April 2005 19:06, Edward Lichtner wrote: > > Hi all, > > I just installed FreeBSD (using a CD burned from the > > 5.3-RELEASE-i386-miniinst.iso image) on a NEC machine with a > > Celeron D335. I have xorg 6.8.2 (upgraded via portupgrade) and KDE > > 3.3.0 (installed via Internet as binaries, with pkg_add, after > > upgrading xorg). I then created an .xinitrc file by copying from > > /usr/X11R6/lib/X11/xinit into my home directory and adding exec > > startkde at the beginning of the file, after the first few lines. > > When I type startx, xorg starts OK, but I then get "Could not start > > kdeinit. Check your installation". > > Kdeinit is in /usr/local/bin and the kdelibs package is installed > > and recognised by pkg_info. > > Any idea what went wrong ? > > You shouldn't copy xinit and you shouldn't use 'exec' to run > startkde. Just put only 'startkde' (without the quotes) in your > ~/.xinitrc instead. I don't use KDE as a desktop a lot (though I do use KMail and some other apps), but I've always had exec startkde in my .xinitrc when I want to use the whole KDE, and I've never run into any problems like the OP described. In fact, I've never heard anyone advise what you did. Not to doubt you, but I don't see the connection, as it's never been an issue for me. Do you have a reference for this? - jt