gene writes: > I found I did not own the .mozilla/ firefox directory but a recursive > chown -R gene:gene * did not fix it.
Try
chown -R gene:gene .mozilla
Doing
chown -R gene:gene *
will skip all files starting with "."
Bizarre that you would not already own it, though.
--
John Hasler
[email protected]
Elmwood, WI USA

