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 1L0LXy-0007sx-BA for garchives@archives.gentoo.org; Wed, 12 Nov 2008 19:38:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DB0E053F; Wed, 12 Nov 2008 19:38:36 +0000 (UTC) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F457E053F for ; Wed, 12 Nov 2008 19:38:36 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id n8so152280gve.39 for ; Wed, 12 Nov 2008 11:38:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=I40IM4t5xnaRPqVpPf0T6PdnfEMFFgXK4UKzTJAEZ8w=; b=gUMz8miWIo6GJTPXUK+GT2rBidN0k8ZyZCuu/YcpVgvPXuo64x4f2ajbLySSMKy+Ip Q2yZ/mRb8gkNS0HN6qPr7rYQg6VPOJnKMXDlrY6bRPddsR3tp8bxNSbkMn66jJyYQpr9 fd8CSRIbAI3IaQtcYZ9qX2StvwBzzYZnehM0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=Is/yzMOuzVEQasiQT7RXpN0LqPFuoX7SLY/JeRe0Dcr5XGxeJBArN8wEXEtH0IJ0fV XTa2qsbh93zKov8qs7inXx988R3heTr7r1SM1ejI6TM0m3/2gcksh/i8uMBFlaSBRXPs 8AFa0gRaU6fVfky4aHzSqEBusciLrUvAJBMRM= Received: by 10.103.131.18 with SMTP id i18mr5543731mun.120.1226518713926; Wed, 12 Nov 2008 11:38:33 -0800 (PST) Received: from ?10.0.0.5? (dsl-243-208-133.telkomadsl.co.za [41.243.208.133]) by mx.google.com with ESMTPS id j9sm44486333mue.3.2008.11.12.11.38.30 (version=SSLv3 cipher=RC4-MD5); Wed, 12 Nov 2008 11:38:32 -0800 (PST) From: Alan McKinnon 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:30:03 +0200 User-Agent: KMail/1.9.10 References: <200811120931.44489.dmitry@athabascau.ca> In-Reply-To: <200811120931.44489.dmitry@athabascau.ca> 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: <200811122130.03823.alan.mckinnon@gmail.com> X-Archives-Salt: 1e347de3-4b4f-46b4-b668-0667a98c2eec X-Archives-Hash: 48ad8e6c1445ddbeffd6100f96b091f5 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 -- alan dot mckinnon at gmail dot com