LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Change Thunderbird Extensions Version Compatibility (https://www.linuxquestions.org/questions/linux-software-2/change-thunderbird-extensions-version-compatibility-522069/)

Ingla 01-23-2007 11:27 AM

Change Thunderbird Extensions Version Compatibility
 
Hello.

Due to a system upgrade, I have some Thunderbird extensions (which I need) that say they're not compatible with the newer version. I fixed this on a previous Linux installation by editing files in the downloaded xpi. But I can't remember how I did it and don't seem to have written that down anywhere.

Does anyone know what file(s) I have to change to try to get the extensions to work?

Any help appreciated.

Thank you.

David the H. 01-24-2007 12:31 AM

Simply open up the .api file with any program that can handle the zip format and extract the install.rdf file. I find ark very easy to use myself, just open, drag, and drop. You don't even have to change the extension to .zip for it, as some other programs require.

Open install.rdf in a text editor and change the number in the <em:maxVersion>1.0</em:maxVersion> line. You can use the * wildcard if you want, say something like '1.*', so you don't have to redo it every time the minor number changes.

Finally return the edited install.rdf to the .api file and you're done. The extension should now install for you.

Whether it will still work or not is a different question, since new versions of the program might have changes that are incompatible with the old extensions. But at least you can try it out.

For future reference:
http://www.extensionsmirror.nl/index.php?showtopic=973


All times are GMT -5. The time now is 08:31 AM.