From owner-freebsd-questions@FreeBSD.ORG Mon Aug 22 15:09:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DC06C16A41F for ; Mon, 22 Aug 2005 15:09:41 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7197F43D48 for ; Mon, 22 Aug 2005 15:09:41 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id C68541C0870; Mon, 22 Aug 2005 17:09:39 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id BC3A522836; Mon, 22 Aug 2005 17:09:39 +0200 (CEST) Date: Mon, 22 Aug 2005 17:09:39 +0200 From: "Michael L. Hostbaek" To: "O. Hartmann" Message-ID: <20050822150939.GZ1822@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , "O. Hartmann" , freebsd-questions@freebsd.org References: <4309E2D7.7040805@mail.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4309E2D7.7040805@mail.uni-mainz.de> X-Operating-System: FreeBSD 5.4-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Mozilla/Firefox weirdness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 15:09:42 -0000 O. Hartmann (ohartman) writes: > I completely recompiled everything, I deinstalled both Mozilla and > Firefox, but it is always the same behaviour. Can someone help or report > about similar or the same problem? > > One idea is that this has to do with some access rights of the user's > profile directory. It is most likely the cause of wrong permissions. You can try to take a look in your ~/.mozilla/firefox/ directory. The file that holds that sort of information is calledd userpref.js Alternatively you can simply delete ~/.mozilla/firefox directory, and Firefox will create a fresh profile upon restart. (Note, this will delete all your Firefox settings, bookmarks and cookie information) /mich