Summary: | The Skencil mimetype | ||
---|---|---|---|
Product: | shared-mime-info | Reporter: | Tim Beaulen <tbscope> |
Component: | freedesktop.org.xml | Assignee: | Jonathan Blandford <jrb> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Tim Beaulen
2008-05-21 09:17:48 UTC
The extension *.sk1 should be added too: <?xml version="1.0" ?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="application/x-skencil"> <comment>Skencil document</comment> <glob pattern="*.sk"/> <glob pattern="*.sk1"/> <magic priority="50"> <match type="string" value="##Sketch" offset="0"/> </magic> </mime-type> </mime-info> I used image/x-skencil instead of application/x-skencil, as Skencil files are images. * freedesktop.org.xml.in: * tests/bathead.sk: * tests/list: Add image/x-skencil mime-type for Skencil files, with help from Tim Beaulen <tbscope@gmail.com> (Closes: #16050) |
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.