Bug 7851 - jnlp entry not present in freedesktop.org.xml
Summary: jnlp entry not present in freedesktop.org.xml
Status: RESOLVED DUPLICATE of bug 1118
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 14:32 UTC by Joseph Kowalski
Modified: 2006-08-11 14:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Joseph Kowalski 2006-08-11 14:32:10 UTC
freedesktop.org.xml does not contain an entry for a Java Network Launch Protocol
file (.jnlp).

The proposed xml entry follows:

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-java-jnlp-file">
    <sub-class-of type="text/xml"/>
    <comment>Java Network Launched Application</comment>
    <glob pattern="*.jnlp"/>
    <magic priority="85">
      <match type="string" value="&lt;jnlp" offset="0:64"/>
    </magic>
  </mime-type>
</mime-info>

The priority is set above normal so that this isn't recognized as a normal
text file.
Comment 1 Christian - Manny Calavera - Neumair 2006-08-11 14:46:26 UTC
Thanks for your bug report!

This one has already been reported and fixed, so I'm marking as duplicate of bug
bug 1118.

*** This bug has been marked as a duplicate of 1118 ***


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.