Just for reference:Note: this may not work on all builds and/or upgrades. The version check is there for a reason, after all. It did, however, work for version 17 using the nightly from 20121121.
- Download the nightly from the Pentadactyl web-site
- Change into the directory containing the installer: cd ~/Downloads (or wherever you put the file)
- Create a directory to hold the files in the archive: mkdir pentadactyl
- Change into the directory: cd pentadactyl
- Extract the files from the archive: unzip ../pentadactyl-20121121.xpi
- Edit install.rdf (as suggested by Chris Lott): vim install.rdf
- Modify the line that reads: "em:maxVersion="16.*"/>" to read: "em:maxVersion="17.*"/>"
- Save the file
- Recreate the installer: zip ../pentadactyl.xpi *
- Open Firefox
- Install the XPI: file -> open -> select the newly created file
Good luck.
On Tuesday, 20 November 2012 15:17:06 UTC-8, akam...@gmail.com wrote:Using the latest nightly build, changing maxVersion in install.rdf works for me.
--
--
@Blair, thanks for the warning - I haven’t had any problems so far... I only do basic things though like opening webpages, finding text, using bookmarks, and a few simple mappings to save time typing commands. If it starts to be unreliable I’ll know what to try first.
@Emile, I don’t upgrade it very frequently (in case it breaks the parts I do use!) but I’ll be trying your batch file the next time I do. I was interested to learn about busybox.exe, I expect I’ll be using that in my own batch files.
regards,
Geoff
From: penta...@googlegroups.com [mailto:penta...@googlegroups.com]
On Behalf Of blair...@gmail.com
Sent: 21 November 2012 17:59
To: penta...@googlegroups.com
Cc: akam...@gmail.com; blair...@gmail.com
Subject: [pentadactyl] Re: Turning off compatibility check
Geoff,
I'm using Mac OS and had no problem with the built-in zip utility. I'm unsure what the difference is between it and the compression techniques used in WinZip or 7Zip.
However, I wouldn't suggest this technique (at least not with the current nightly and version 17) as there are quite a few features that I've discovered to be broken.
I'm currently in the process of downgrading to Firefox to 16 until this issue gets sorted out.
Later,
Blair.
--
Using the latest nightly build, changing maxVersion in install.rdf works for me.
On Friday, November 16, 2012 4:47:13 AM UTC+11, Chris Lott wrote:
Yes, things are still working. Fortunately FF 17 did not remove E4X yet, but will in FF18.
Doesn't seem to work on Firefox 18. Is Mozilla going to update to a new version every day now?
Sheesh.
c
In short, it means that Mozilla will be releasing new versions faster than developers of large extensions like Pentadactyl can update them.
Here is a bat file I made and tested on windows 7 that downloads the latest xpi and does the modify.After running it it the kludge clunks around a bit and then outputs the modified xpi in the same dir that you launched the bat from.modxpi.bat:----------------------------------------------------------------------------------
::e m i l e @ g u n t a r i . c o m::@echo off::::::::::::::::::::::::::: USER DEFINED VARIABLES:::::::::::::::::::::::::::/*{*/:: SET WHAT SNAPSHOT TO WORK WITH:: DEFAULT IS Latest Pentadactyl Nightlyset BUILD=pentadactyl-latest:: SET WHAT MAJOR VERSION YOU WANT TO CHANGE TO IN install.rdf
set MAJOR_VERSION=19