From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:17:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4BA0116A41F for ; Wed, 21 Dec 2005 15:17:47 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD5943D5A for ; Wed, 21 Dec 2005 15:17:43 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from [213.227.193.75] (HELO [192.168.0.177]) by mail.alkar.net (CommuniGate Pro SMTP 4.3.9) with ESMTP id 415562343; Wed, 21 Dec 2005 17:17:41 +0200 Message-ID: <43A98E4A.9050007@oxygen.az> Date: Wed, 21 Dec 2005 17:18:02 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Q ML Subject: Re: KDE - how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:17:47 -0000 Sasa Stupar wrote: > Hi! > > I have been searching and trying to build a FreeBSD with KDE desktop > but I have not luck. The X starts but only the xdm. > Is there some nice step by step guide for it? Don't tell me for > handbook since I have tried to do it without success. > > Regards, Quick try.Assuming that X, xdm and kde are properly installed just add one line (below) in to .xsession located in your home dir: > cat ~/.xsession /usr/local/bin/startkde > Then restart xdm.