Pentadactyl from source
19/Feb 2016
Freedom from mice with Pentadactyl
Pentadactyl’s home page doesn’t do it justice. FFMF’s (Freedom From Mice Freaks) love it, but the stable version is out of date and documentation on how to use recent versions is sparse.
Don’t tell 'em I told you, but using development versions isn’t all that risky
Installing Pentadactyl from source
-
cd in your home directory.
-
git clone https://github.com/5digits/dactyl brings the whole dactyl suite.
-
cd dactyl
-
Firefox will likely shout an error message to the effect that you are running a version too old to be compatible. Tweak it by upping the XML targetApplication/maxVersion in pentadactyl/install.rdf.
-
make -C Pentadactyl xpi. The resulting xpi file will be in the downloads folder.
-
Recent versions of Firefox require xpi signing. If it causes trouble, about:config and set xpinstall.signatures.required to false.
-
Choose install xpi from file in the extensions page.