flaviodesousa/pencil

Pencil should provide MIME type on Linux (specification included)

Opened this issue · 1 comments

The desktop file contains:
  MimeType=application/ep;
However, for this to work the application/ep must be a registered MIME type.

To register a MIME type a XML file specifying the MIME type has to be installed 
in /usr/share/mime/packages

Attached is the XML file that introduces the necessary MIME type.

Original issue reported on code.google.com by L.Jirkov...@gmail.com on 16 May 2014 at 11:22

Attachments:

Also it should be possible to open a file by passing the filename on command 
line to make it possible to open the ep files just by clicking on them.

Original comment by L.Jirkov...@gmail.com on 22 May 2014 at 9:15