From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from cmailg5.svr.pol.co.uk ([195.92.195.175]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15gVIw-0005oG-00 for gentoo-dev@cvs.gentoo.org; Mon, 10 Sep 2001 11:57:06 -0600 Received: from modem-1939.orangutan.dialup.pol.co.uk ([217.135.191.147] helo=there) by cmailg5.svr.pol.co.uk with smtp (Exim 3.13 #0) id 15gVIZ-0004eY-00 for gentoo-dev@cvs.gentoo.org; Mon, 10 Sep 2001 18:56:43 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Viktor Lakics Organization: Sors bona, nihil aliud... To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] AA pointer problem and solution in KDE2.2 X-Mailer: KMail [version 1.3] References: <200109101739.AXN97692@frigg.inter.net.il> In-Reply-To: <200109101739.AXN97692@frigg.inter.net.il> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: lakicsv@usa.net List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Sep 10 11:58:02 2001 X-Original-Date: Mon, 10 Sep 2001 18:57:07 +0100 X-Archives-Salt: 85f03713-7d9c-4da5-99e1-1ec0ad813296 X-Archives-Hash: 879c76420df86075c7411013ebb9bc4e On Monday 10 September 2001 6:38 pm, you wrote: > > In addition, my old problem came back after remerging kdebase2.2, namely > > AA is only showing up in certain apps and not in the k menu. I know that > > this is my old problem with KDE2.1.1, because if I change > > LD_BIND_NOW=true, then AA is OK again... > > Hm, I've experienced a similar problem but didn't have time to track it > down. Could you please describe the problem & solution, or give me a > pointer? Sure. It was discussed a month ago in this list, and somebody (sorry, my name memory is really terrible) gave this solution. Problem: AA in KDE2.1.1 (and for me in KDE2.2 too) is only applied to certain apps. Kmail is fine, kate is not, the KDE start menu is not AA-ed etc. Solution: change the line in startkde script from: "LD_BIND_NOW=true kdeinit +kcminit " to: "kdeinit +kcminit" Unfortunately this is supposed to slow down the app start time - which I did not noticed at least in my machine (not fancy at all, PII350, 128 Mbyte RAM, Ultra ATA33 drive). -Viktor