From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 11:49:29 2003 Return-Path: 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 0DEFF16A4B3 for ; Sun, 21 Sep 2003 11:49:29 -0700 (PDT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 116B143FF9 for ; Sun, 21 Sep 2003 11:49:28 -0700 (PDT) (envelope-from Alexander.Farber@t-online.de) Received: from fwd08.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1A19Gw-0005j8-02; Sun, 21 Sep 2003 20:49:26 +0200 Received: from newhope.my.domain (VmYoHYZrZeqhe1Uq8hDdS7K0dN37ABvG6806bIncdbuHPRTl19on8x@[217.82.221.52]) by fwd08.sul.t-online.com with esmtp id 1A19Gp-0MVoFk0; Sun, 21 Sep 2003 20:49:19 +0200 Received: from newhope.my.domain (localhost.my.domain [127.0.0.1]) by newhope.my.domain (8.12.9/8.12.9) with ESMTP id h8LIrFcn003328 for ; Sun, 21 Sep 2003 20:53:15 +0200 (CEST) (envelope-from alex@newhope.my.domain) Received: (from alex@localhost) by newhope.my.domain (8.12.9/8.12.9/Submit) id h8LIrFgL003327 for freebsd-questions@freebsd.org; Sun, 21 Sep 2003 20:53:15 +0200 (CEST) (envelope-from alex) Date: Sun, 21 Sep 2003 20:53:14 +0200 From: Alexander.Farber@t-online.de (Alexander Farber) To: freebsd-questions@freebsd.org Message-ID: <20030921185314.GA3319@newhope.my.domain> References: <20030920163654.GC83321@newhope.my.domain> <20030921151219.GA2239@bluetonic.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030921151219.GA2239@bluetonic.org> User-Agent: Mutt/1.4.1i X-Url: X-Operating-System: FreeBSD 4.9-PRERELEASE i386 X-Seen: false X-ID: VmYoHYZrZeqhe1Uq8hDdS7K0dN37ABvG6806bIncdbuHPRTl19on8x Subject: Re: KDE - icons and fonts not anti-aliased X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 18:49:29 -0000 On Sun, Sep 21, 2003 at 10:12:19AM -0500, Carey Jones wrote: > I had similar symptoms once, and found out that somehow (probably through > some mistake of my own) my ~/.qt directory had been created owned by root > rather than my userID. As soon as I chown'd the directory to the correct > userID, that Appearance -> Fonts checkbox worked as expected. > > This isn't a sure fix for your problem, but it's worth looking at. That was the reason, thank you! An "rm -rf ~/.qt" has helped