Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2005 10:05:33 -0500
From:      Jason Andresen <jandrese@mitre.org>
To:        Warren <shinjii@virusinfo.rdksupportinc.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mozilla Firefox problem
Message-ID:  <4230623D.90101@mitre.org>
In-Reply-To: <200503091641.15242.shinjii@virusinfo.rdksupportinc.com>
References:  <200503091641.15242.shinjii@virusinfo.rdksupportinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Warren wrote:

>Each time i start Mozilla Firefox it starts from scratch and asks if i want to 
>import my previous bookmarks etc .. why is this occurying and how do i fix 
>it ?
>  
>

Most likely you don't own your own .mozilla directory. 

Try this:

$ cd
$ ls -ld .mozilla

If it is owned by root (most likely case if you ran Mozilla while under 
su), do the following:

$ su
# chown -R <username>:<group> .mozilla
# exit
$ mozilla






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4230623D.90101>