From owner-freebsd-questions@FreeBSD.ORG Mon Nov 3 17:44:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB6FA106567B for ; Mon, 3 Nov 2008 17:44:56 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: from web56807.mail.re3.yahoo.com (web56807.mail.re3.yahoo.com [66.196.97.81]) by mx1.freebsd.org (Postfix) with SMTP id 659868FC3A for ; Mon, 3 Nov 2008 17:44:56 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: (qmail 31215 invoked by uid 60001); 3 Nov 2008 17:44:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=N6FGd+YDgYe7Ryh88AiWvo0SkEbhDHFhE0xl3QUD3iHK/+/ux0EQo9OrMWYHEXms0G+hgKYbynZpLlCwOUu/a23uP9ib55VrvrtnE21V1jSvhUTfNojFwA8L7V3D3oU/Sz0aOiuoXiSipnIkA4cLVbcTn47sUiBqBs96+hmxZDQ=; X-YMail-OSG: 9eYMLGcVM1maHbOUChskTEXkDf.1AmPJJg1YzQdTGv3oaiExmMu7wsjRMmiKW9L1zlzUZvTACddtDJoeVjrRztkh6l4bbFfRqrDO2CPhTPsM9vGrREe.QzI6wF46XgoimoYK69P2J_mSfIh6X25GElEYZQ-- Received: from [71.61.220.126] by web56807.mail.re3.yahoo.com via HTTP; Mon, 03 Nov 2008 09:44:54 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Mon, 3 Nov 2008 09:44:54 -0800 (PST) From: mdh To: freebsd-questions@freebsd.org, Mark Moellering In-Reply-To: <490F3016.1020103@msen.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <826235.30834.qm@web56807.mail.re3.yahoo.com> Cc: Subject: Re: Is KDE4 usable on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mdh_lists@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 17:44:56 -0000 --- On Mon, 11/3/08, Mark Moellering wrote: > From: Mark Moellering > Subject: Re: Is KDE4 usable on FreeBSD? > To: freebsd-questions@freebsd.org > Date: Monday, November 3, 2008, 12:08 PM > > The other problems I had dealt with thrid-party programs. > There is no (at least as of a few months ago) K3B for KDE-4 > and no FreeBSD port of Ktorrent for KDE-4. I tried the > linux port but had lots of problems. > Also, to start you need to give an explicit path, something > like /usr/local/kde-4/bin/startkde in the .xinitrc file. > (at least I could never get anything else to work) > I ultimately changed back to the 3.5.9(?) version from > packages. I am using an intel quad core running amd64 > FreeBSD 7.0 Release The standard ports for ktorrent and k3b work just fine. They use the KDE3 libraries, but there's nothing to stop them from running great under a KDE4 desktop. I use them both regularly with KDE4 as my desktop. In order for them to use the KDE4 libraries, the authors of those applications will have to come up with new versions for KDE4. That has nothing to do with FreeBSD. I also use a lot of GTK based applications as well, and these run on a KDE desktop as well. The X UI library used by an application does not matter to the desktop environment/wm application except that you may get a little more integration given certain combinations in terms of them pulling theming data from the same sources, etc. - mdh