linuxmint / xreader

A generic Document Reader
GNU General Public License v2.0
216 stars 61 forks source link

Fix list of supported mime types #631

Closed stefanschramm closed 9 months ago

stefanschramm commented 9 months ago

There is a ; missing when generating the list of supported mime types.

When doing an apt-get upgrade I got this message:

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)

The proposed change is untested since I'm not familiar with the build process.

mtwebster commented 9 months ago

Weird, I never got that warning here. Thanks!

cesarbrancalhao commented 9 months ago

Same happened to me yesterday when installing vscode, also saw this guy and this guy. I edited xreader.desktop mimetypes with nano and its working fine.