From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 08:26:53 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 6332F16A4CE for ; Wed, 7 Jan 2004 08:26:53 -0800 (PST) Received: from asylum.org (asylum.org [206.64.97.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6F343D41 for ; Wed, 7 Jan 2004 08:26:52 -0800 (PST) (envelope-from dave@asylum.org) Received: from ward.asylum.org (ward.asylum.org [206.64.97.20]) by asylum.org (8.12.9/8.12.9) with ESMTP id i07GQpej013716 for ; Wed, 7 Jan 2004 11:26:51 -0500 (EST) (envelope-from dave@asylum.org) Message-Id: <5.1.0.14.2.20040107111828.00b73050@localhost> X-Sender: dave@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 07 Jan 2004 11:26:59 -0500 To: freebsd-questions@freebsd.org From: dave In-Reply-To: <200401070958.24023.algould@datawok.com> References: <1691D8C9A2220149A8AF30209B5D0EB467F54E@sc3.shuaacapital.co.ae> <1691D8C9A2220149A8AF30209B5D0EB467F54E@sc3.shuaacapital.co.ae> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 16:26:53 -0000 At 10:58 AM 1/7/2004, you wrote: >freebsd-questions@freebsd.org On Wednesday 07 January 2004 09:44 am, Mazen S. Alzogbi wrote: >> > >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. Also make sure you have an Xserver that works. This is how I do it: X -configure follow directions moving XF86Config.new to /etc/X11/XF86Config install kde3 the metaport: cd /usr/ports/x11/kde3 && make install create file .xinitrc with startkde in it startx with whatever options you want to startx with I use: startx -- -depth 24 works for me. dave