mozilla your firefox profile cannot be loaded. it may be missing or inaccessible
check the permissions
ls -l ~/.cache | grep mozilla
fix the permissions
sudo chown -R $USER:$USER ~/.cache/mozilla
ls -l ~/.cache | grep mozilla
sudo chown -R $USER:$USER ~/.cache/mozilla