Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-MimeInfo CPAN distribution.

Report information
The Basics
Id: 66527
Status: resolved
Priority: 0/
Queue: File-MimeInfo

People
Owner: Nobody in particular
Requestors: alexandrejorgefonseca [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: (no value)



Subject: mimeopen -d quits if no application is currently associated with the mimetype
When a user runs mimeopen -d <file> he normally does so to define a new handler for the mimetype of that file. However, if no such handler already exists and is associated with that mimetype, mimeopen exits without letting the user choose a new one. To fix one just has to remove line 143 in the script: 142 print STDERR "No applications found for mimetype: $mimetype\n"; 143 exit 6;
Will release fix in version 0.16