DIY easily verifies the compatibility between Firefox extensions and Firefox versions

Source: Internet
Author: User
Tags arch linux
DIY easily handles the compatibility verification of Firefox extension and Firefox version-general Linux technology-Linux technology and application information. The following is a detailed description. Firefox not long ago launched the first 3.0.x series upgrade 3.0.1. During the weekend, I made an upgrade to the system. I only needed one command for the Arch Linux system, which is convenient. By the way, I upgraded Firefox to 3.0.1.

Aside, Mozilla has strict requirements on Firefox delivery. Many Linux distributions have their own names. The most famous one is Debian's "Iceweasel ", one "Firefox" and one "Iceweasel" complement each other. Other Linux distributions, large and small, use another set of free distribution codes: 1.5 is "Deer Park" and 2.0 is "Bon Echo ", 3.0 is "Gran Paradiso". When 3.0 was just launched, it also used an informal code named "Minefield ".

The upgrade was successful. Open Firefox again, which is 3.0.1. However, there was a small problem at this time: the MySocial 24x7 plug-in (which can be used to conveniently view and update FriendFeed) is incompatible with 3.0.1 and disable. Haha, but it's hard for me. After getting the official MySocial xpi package, I checked it and found the problem: in fact, when the MySocial plug-in was packaged, the most specific version 3.0.0.x is specified, and the latest Firefox version is 3.0.1. No wonder it will report incompatibility. 1.5 ~ 3.0.0.x is compatible, and 3.0.1 is definitely not a problem, so you can do it easily.

The specific method is as follows for your reference:
The xpi format is actually a compressed file. After opening it, find the install. rdf file, which contains a section

Em: minVersion = "1.5"
Em: maxVersion = "3.0.0 .*"

Modify em: maxVersion to "3. 0. *. *" and repackage it for installation.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.