From owner-freebsd-questions@FreeBSD.ORG Sat Apr 16 18:48:46 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 BC27816A4CE for ; Sat, 16 Apr 2005 18:48:46 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5389E43D54 for ; Sat, 16 Apr 2005 18:48:46 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so966408wri for ; Sat, 16 Apr 2005 11:48:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=RKhtsMbDoGAHz05xkJi5rnEQ0+mIoMM9uySlq8plJYtyHNrDj3sVZnEO3eyPj8F94Lq6QNCoaHal+NrYuY7AGH31qm8QeC+3Pj+o+cRSI8LPUa+TAzerK9o8hT9O7IRfFFN7CTRhvmawsFP8t2E6Rv/7HbrjfKcEExDEC9Ver/8= Received: by 10.54.28.29 with SMTP id b29mr1032456wrb; Sat, 16 Apr 2005 11:48:45 -0700 (PDT) Received: from ?192.168.1.10? ([4.28.64.41]) by mx.gmail.com with ESMTP id 6sm565223wrl.2005.04.16.11.48.45; Sat, 16 Apr 2005 11:48:45 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 16 Apr 2005 11:48:43 -0700 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504161148.43938.ringworm01@gmail.com> 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 18:48:46 -0000 On Saturday 16 April 2005 10:06 am, 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 ? > Thanks, > Edward Do you have kdebase installed? Do you have /usr/local/bin/startkde? -Mike