This solution works on a Mac, but should also work on Windows, albeit a little common sense tweaking might be required.
Look for you Firefox 'mimeTypes.rdf' file. This should be located in
/Library/Application Support/Firefox
Edit this file with a pure text editor, I use TextMate (Windows users Notepad will be fine). Then add the following (making sure that it is pasted between the end of another RDF description, so look for a tag, create a new line and paste away...):
<RDF:Description RDF:about="urn:mimetype:handler:application/rar"
NC:saveToDisk="true"
NC:alwaysAsk="false" />
<RDF:Description RDF:about="urn:scheme:mms"
NC:value="mms">
<NC:handlerProp RDF:resource="urn:scheme:handler:mms"/>
</RDF:Description>
Also, and not sure about how important this is, look for the section that starts:
<RDF:Seq RDF:about="urn:mimetypes:root">
and add another line within that tag:
<RDF:li RDF:resource="urn:mimetype:application/rar"/>
No comments:
Post a Comment