mbeijen / File-MimeInfo

Perl module for determining file types using the freedesktop.org shared mime-info database
https://metacpan.org/module/File::MimeInfo
20 stars 14 forks source link

Fix typo in generated desktop files #14

Closed berolinux closed 9 years ago

berolinux commented 9 years ago

Desktop files generated by e.g. entering a custom application at the mimeopen -d prompt would get a "NoDsiplay" (rather than "NoDisplay") entry.

mbeijen commented 9 years ago

Thanks, I merged your commit here: https://github.com/mbeijen/File-MimeInfo/commit/1b3a6563fc5d3c29566727c68fc3c3b0c8d3c400

Apart from being a typo, 'NoDsiplay' is also not adhering to the Freedesktop specification: http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html

Your fix will be part of release 0.27 which is on its way to CPAN later tonight!