I am trying to install my own firefox plugin. I follow this tutorial. But each time this gives me following error:-
Firefox could not install the file at
file:///home/ubuntu/googbar.xpi
because: Install script not found
-204
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That error means that your file doesn’t have an
install.rdffile. Please note that it needs to be at the top level of the XPI archive. So maybe you made a mistake packing the file andinstall.rdflanded in a subdirectory. You can check the list of files usingunzip -l googbar.xpicommand, it should listinstall.rdfwithout a directory name before it.