From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L0MGh-0004XD-O8 for garchives@archives.gentoo.org; Wed, 12 Nov 2008 20:24:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E6CFE02D6; Wed, 12 Nov 2008 20:24:46 +0000 (UTC) Received: from poseidon.rz.tu-clausthal.de (poseidon.rz.tu-clausthal.de [139.174.2.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 61F89E02D6 for ; Wed, 12 Nov 2008 20:24:46 +0000 (UTC) Received: from poseidon.rz.tu-clausthal.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 4E997213177 for ; Wed, 12 Nov 2008 21:24:44 +0100 (CET) Received: from tu-clausthal.de (poseidon [139.174.2.21]) by poseidon.rz.tu-clausthal.de (Postfix) with ESMTP id 1AB8F213173 for ; Wed, 12 Nov 2008 21:24:44 +0100 (CET) Received: from [2001:638:605:eea0:219:66ff:fe86:ce12] (account wevah HELO energy.localnet) by tu-clausthal.de (CommuniGate Pro SMTP 5.2.10) with ESMTPSA id 38787979 for gentoo-user@lists.gentoo.org; Wed, 12 Nov 2008 21:24:44 +0100 From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] KDE-4.1.3 + KDE-3.5.9 = messed up KDEDIRS ? Date: Wed, 12 Nov 2008 21:24:43 +0100 User-Agent: KMail/1.10.90 (Linux/2.6.27.5r4; KDE/4.1.71; x86_64; ; ) References: <200811120931.44489.dmitry@athabascau.ca> <200811122130.03823.alan.mckinnon@gmail.com> In-Reply-To: <200811122130.03823.alan.mckinnon@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811122124.43673.volker.armin.hemmann@tu-clausthal.de> X-Virus-Scanned: by PureMessage V5.4 at tu-clausthal.de X-Archives-Salt: c05d3a3a-d09c-4bb4-b918-b1416709ad42 X-Archives-Hash: 4bdb8ced9ce9a5355b376d2e2d8db7e0 On Mittwoch 12 November 2008, Alan McKinnon wrote: > On Wednesday 12 November 2008 18:31:41 Dmitry S. Makovey wrote: > > Hi everybody, > > > > I've just updated to 4.1.3 (slotted alongside with 3.5.9) and all of > > sudden konqueror and akregator (didn't test much more, but I'm sure > > something else was broke too) stopped launching hinting that there is a > > CSS version mistmatch blah-blah-blah. Path to CSS suggested that 4.1.3 > > was using CSS from 3.5.9 which was bizzare since it was working before. > > > > so I checked my KDEDIRS environment variable and found out that kde-3.5 > > was listed there (no traces of kde-4.1) and to work around it I just > > applied little script that rewrites KDEDIRS to something more usefull (?) > > placing it under ~/.kde-4.1/env/kde4-kdedirs.sh: > > > > #!/bin/sh > > export KDEDIRS=/usr:/usr/local > > > > and this fixed it. Now my question is: is it something about my setup or > > it's happening to others too? Is there a "more proper" way to fix it? > > I had something similar on my first try: > > kde-4 went into /usr > kde-3 went into /usr/kde/3.5 > > And bizarre weird errors kept happening. I remerged all of kde-4 with > USE="kdeprefix" to put it back into /usr/kde/4.1 and all the weirdness went > away in my opinion installing kde straight into /usr and changing the default behaviour is the most stupid thing gentoo devs have done in the last couple of years.