firefox toolbars?


ckblackm

Very Active Member
Joined
Dec 3, 2008
Messages
469
Location
North Carolina, USA
I'd like to have yahoo's toolbar installed with firefox (it's where I keep my bookmarks), but when I try to install it,

it says that it doesn't have permission to write to the file's location.  I'm guessing that's because of the pnd?

Is there a way to install this?

thanks,

cb
 
If your SD card is formatted as EXT then the /media/{CARDNAME}/pandora/appdata forlder's permissions may be wrong.

Int a teminal window try:

Code:
sudo chmod 775 -R /media/{CARDNAME}/pandora/appdata/
 
mount says it's vfat, could that be a problem?
On fat, try running the PND as root in terminal and install the toolbar (sudo pnd_run /path/to/firefox.pnd). Then exit firefox, close terminal, and launch firefox normally. It should work.
 
Back
Top