Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Need to add mime type and association

  • 3 个回答
  • 4 人有此问题
  • 10 次查看
  • 最后回复者为 dumdidadida

more options

I need to add a new mime_type (application/f4m+xml) and make its handler the mozilla flash plugin. I used to use the mime-edit add-on to do this, but it no longer works. I can add an association for a new extension to an external program, but how do I add an association for the flash plugin?

I need to add a new mime_type (application/f4m+xml) and make its handler the mozilla flash plugin. I used to use the mime-edit add-on to do this, but it no longer works. I can add an association for a new extension to an external program, but how do I add an association for the flash plugin?

所有回复 (3)

more options

Hi,

Please see this.

Adding MIME

more options

Thanks for the help. I shut down firefox, modified mimetype.rdf as shown below, then restarted firefox. Firefox recognized the alwaysAsk setting (it now pops up a dialog box asking "Would you like to save this file?"), but it doesn't ask whether I'd like it associated with plugin. Also, there's a new entry in Edit/Preferences/Applications ("Adobe HDS file"), but the drop-down for "Action" includes only "Save file" and "Use other ...". The latter brings up a file-system browser. Do I need another line in the new mimeTypes.rdf entry that specifies a plug-in? If so, what's the syntax?

> diff mimeTypes.rdf.bak mimeTypes.rdf
52a53,59
>   <RDF:Description RDF:about="urn:mimetype:application/f4m+xml"
>                    NC:fileExtensions="f4m"
>                    NC:alwaysAsk="true"
>                    NC:value="application/f4m+xml"
>                    NC:description="Adobe HDS file">
>     <NC:handlerProp RDF:resource="urn:mimetype:handler:application/f4m+xml"/>
>   </RDF:Description>
68a76
>     <RDF:li RDF:resource="urn:mimetype:application/f4m+xml"/>

由cor-el于修改

more options

Actually, using the Firefox specific mimeTypes.rdf is not feasible as you can see from the link. You can try to create an XML file for the new MIME type, register it on the system and finally associate it with the desired application as the default. Hopefully Firefox will automatically pick it up at the next startup. Please see this. The xdg-utils tools are usually used for this. Posting in the distribution specific forum would also be helpful.

xdg-mime