搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Need to add mime type and association

  • 3 回覆
  • 4 有這個問題
  • 15 次檢視
  • 最近回覆由 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