Quantcast
Channel: General-Foo » Gentoo
Viewing all articles
Browse latest Browse all 3

Get QuakeLive Plugin working in Firefox 5 on Linux

$
0
0

As Firefox 5 got released for linux, and as most of you already switched to it I wanted to update my earlier post about getting the QuakeLive Plugin to work on Firefox 4. Not much changed, basically all you need to do is changed the maxVersion in the install.rdf to 5.0.*. So you would have the following.

Thanks to Pliskin who commented already on this.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
 
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>quakeliveplugin@idsoftware.com</em:id>
    <em:version>1.0.433</em:version>
    <!-- Target Application this theme can install into,
        with minimum and maximum supported versions. -->
    <em:targetApplication>
      <Description>
        <em:id>toolkit@mozilla.org</em:id>
        <em:minVersion>1.9</em:minVersion>
        <em:maxVersion>5.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:name>QuakeLive.com Game Launcher</em:name>
    <em:description>Extension required for play on www.quakelive.com</em:description>
    <em:creator>id Software, Inc.</em:creator>
    <em:unpack>true</em:unpack>
    <!-- Add update links here -->
  </Description>
</RDF>

That's already everything you need to change to get QuakeLive to work with Firefox 5. But if you feel lazy go ahead and download my prepared QuakeLivePlugin_433.xpi.

Download here.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images