Firefox 67.0 NOT WORKING

Colin Law clanlaw at gmail.com
Tue May 28 08:23:06 UTC 2019


On Mon, 27 May 2019 at 22:22, Udvarias Ur <udvarias1 at gmail.com> wrote:
>
> CreateDirectoryAtPath: Permission denied

I wonder whether somehow you have ended up with some files/folders
with root permissions.  Perhaps you ran firefox with sudo or
something.  This will set all files in your home directory back to
being owned by you (which is what you would normally want).  If your
username is udvarias as it seems from the post then
cd ~
sudo chown -R udvarias:udvarias .
Note there is a dot on the end.
If you only wanted to change the permissions for the profiles then cd
~/.mozilla/firefox rather than cd ~

Colin




More information about the ubuntu-users mailing list