From owner-freebsd-questions@FreeBSD.ORG Sat Mar 29 14:38:57 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 97D7F37B401 for ; Sat, 29 Mar 2003 14:38:57 -0800 (PST) Received: from tao.xtaz.co.uk (pc-62-30-69-139-az.blueyonder.co.uk [62.30.69.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7713243F85 for ; Sat, 29 Mar 2003 14:38:56 -0800 (PST) (envelope-from matt@xtaz.co.uk) Received: from webmail.xtaz.co.uk (matt@localhost.xtaz.co.uk [127.0.0.1]) by tao.xtaz.co.uk (8.12.8/8.12.8) with ESMTP id h2TMcsLn005440; Sat, 29 Mar 2003 22:38:55 GMT (envelope-from matt@xtaz.co.uk) From: "Matt" To: Joe Marcus Clarke Date: Sat, 29 Mar 2003 22:38:54 +0000 Message-Id: <20030329223416.M94244@xtaz.co.uk> In-Reply-To: <1048976475.6176.31.camel@shumai.marcuscom.com> References: <20030329210624.M63024@xtaz.co.uk> <1048973533.6176.5.camel@shumai.marcuscom.com> <20030329214807.R4839@tao.xtaz.co.uk> <1048976475.6176.31.camel@shumai.marcuscom.com> X-Mailer: Open WebMail 1.90 20030212 X-OriginatingIP: 192.168.1.10 (matt) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: questions@freebsd.org Subject: Re: mozilla problems 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: Sat, 29 Mar 2003 22:38:58 -0000 On 29 Mar 2003 17:21:15 -0500, Joe Marcus Clarke wrote > > More than likely, the problem has to do with fontconfig. Can you set > FC_DEBUG to 1023 in your environment, then run Mozilla, and send me the > output? Thanks. > I tried moving the .fonts out of the way and this did not make any difference. However I just managed to fix it before I read your reply about the debug. What I did was rm /usr/X11R6/etc/fonts/fonts.conf and ~/.fonts.cache-1 and cd /usr/ports/x11-fonts/x11-fontconfig && make install clean FORCE_PKG_REGISTER=yes After restarting X mozilla then worked as normal. I have no idea which step actually fixed it but it's working now! I will bear the FC_DEBUG in mind though if it ever happens to me again. Thanks for your help so far! Matt.