From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 07:57:36 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 9A81616A4CE for ; Wed, 7 Jan 2004 07:57:36 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD58D43D2D for ; Wed, 7 Jan 2004 07:57:33 -0800 (PST) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by razorbill.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AeG3j-0006na-00; Wed, 07 Jan 2004 07:57:27 -0800 From: "Andrew L. Gould" To: "Mazen S. Alzogbi" , Date: Wed, 7 Jan 2004 09:58:24 -0600 User-Agent: KMail/1.5.4 References: <1691D8C9A2220149A8AF30209B5D0EB467F54E@sc3.shuaacapital.co.ae> In-Reply-To: <1691D8C9A2220149A8AF30209B5D0EB467F54E@sc3.shuaacapital.co.ae> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401070958.24023.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b4c85072e7ecbb9467c63358bcb608b88350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: Where is my 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: Wed, 07 Jan 2004 15:57:36 -0000 On Wednesday 07 January 2004 09:44 am, Mazen S. Alzogbi wrote: > Hi, > > I installed kdebase along with other packages using pkg_add but I cannot > run start-kde. Why? Where is my KDE files that I installed are located? > > TIA. > > Mazen There is a meta-port "kde3" that will install the desktop environment. There is also a comparable package on the ftp sites. Once KDE is properly installed, enter "startkde" (without quotation marks) into ~/.xinitrc and execute startx. I hope this helps. Andrew Gould