once I emerged firefox I could not add search engines from the nav bar. I fixed this by doing the following.
Code: Select all
#!/bin/bash
chgrp wheel /usr/lib/MozillaFirefox/searchplugins/; #or whatever group your user is a member of
chmod g+w /usr/lib/MozillaFirefox/searchplugins/;







