can't install firefox extension, install script not found
Bug #672079 reported by
Lyle Underwood
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zeitgeist Data-Sources |
Fix Committed
|
Medium
|
Michal Hruby |
Bug Description
I may be terribly confused, but when the Zeitgeist add-on didn't show up in my list in FF 3.6.12 after a make local-install I tried installing it by dragging and dropping ZeitgeistDataPr
"Firefox could not install the file at
file://
because: Install script not found
-204"
I don't know a lot about FF extensions, but my understanding was that some form of install script (install.*) was required at the root of the xpi archive.
Changed in zeitgeist-datasources: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Maybe this solution will help you:
sudo apt-get isntall xulrunner-dev bzr libzeitgeist-dev dataproviders/ xul-ext- zeitgeist xul-ext- zeitgeist/ chrome/ content
cd
bzr branch lp:zeitgeist-dataproviders
cd zeitgeist-
./autogen.sh
cd firefox-libzg
make
sudo mkdir /usr/lib/
sudo mkdir -p /usr/share/
sudo make install
I find it in this post - http:// www.webupd8. org/2010/ 07/chrome- extensions- for-sezen- zeitgeist. html