vimperator-labs
vimperator-labs copied to clipboard
load vimperator in firefox from source directory (documentation outdated?)
Issue type:
- (Documentation) Bug report
Version:
developer documentation webpage http://www.vimperator.org/developerinfo on date 2/2/2017
Description:
trying to get vimperator running from git clone following guidelines on the developer page. "a simple way to always use the latest Vimperator version after an update. To do so, simply replace the {MY_FIREFOX_PROFILE}/extensions/[email protected] directory with a text file of the same name containing the full path of your vimperator/ directory. "
result: vimperator not loading
Am I required to edit the install rdf? required to get an api key etc from mozilla?
Expected behavior:
firefox with vimperator loaded from source directory
Steps to reproduce:
on Windows with firefox and with git bash: cd c:\users\sotto\source\git git clone https://github.com/vimperator/vimperator-labs.git
create a textfile [email protected] in firefox-profile directory with content: c:\users\sotto\source\git\vimperator-labs\vimperator\
start firefox, but vimperator is not loaded.
When i try the same steps using a hello world extention, the extention is loaded: https://github.com/sotto/fello.git
@sotto you can do this:
make xpi- got to download dir where xpi is saved, extract it
- move extracted dir to location of one specified in
MOZ_PROFILE/extensions/[email protected]file - restart firefox
The documentation is a bit outdated in that it doesn't specify that you need either an unbranded build of firefox, aurora/dev/nightly or other builds that allow the use of unsigned addons. But the procedure itself should still work.
https://wiki.mozilla.org/Add-ons/Extension_Signing
@sotto which build and version of Firefox are you using?