Bug 870 - Enhancement Request: Add Mathematica notebook mime type
Summary: Enhancement Request: Add Mathematica notebook mime type
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 14:06 UTC by Chris Maes
Modified: 2004-10-31 18:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Chris Maes 2004-07-14 14:06:23 UTC
Add support for Mathematica notebooks to mime database

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/mathematica">
        <comment xml:lang="en">Mathematica Notebook</comment>
        <glob pattern="*.nb" />
  </mime-type>
</mime-info>

Stolen from the discusion at:
http://mail.gnome.org/archives/nautilus-list/2004-July/msg00010.html
Comment 1 Christophe Fergeau 2004-11-01 13:53:57 UTC
I added it to CVS. Is there a magic pattern to recognize mathematica files? Is
application/mathematica registered with IANA? If not, it probably should be
application/x-mathematica. Do you know if the mathematica developers could be
convinced to ship this file with mathematica, and to register it with
shared-mime-info when mathematica is installed?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.