-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Distribution
Mint 20.3
Package version
3.2.3+una
Frequency
Always
Bug description
When I was updating the packages, I noticed an error when installing the new version. Here is such a mistake:
Error in file "/usr/share/applications/xreader.desktop": "application/x-ext-cbzapplication/oxps" is an invalid MIME type ("application/x-ext-cbzapplication/oxps" contains an invalid character in the subtype)
I opened the file and found that there is a missing character here.
/usr/share/applications/xreader.desktop:
MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;application/x-dvi;application/x-bzdvi;application/x-gzdvi;image/vnd.djvu;image/vnd.djvu+multipage;image/tiff;application/vnd.comicbook-rar;application/vnd.comicbook+zip;application/x-cb7;application/x-cbr;application/x-cbt;application/x-cbz;application/x-ext-cb7;application/x-ext-cbr;application/x-ext-cbt;application/x-ext-cbz (HERE) application/oxps;application/vnd.ms-xpsdocument;application/epub+zip;
This symbol is missing ";"
Steps to reproduce
I have been updating the system and the package has been updated from this version 2.6.5+ulyana
Expected behavior
Add a symbol
Additional information
No response