1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Fix MIME Type for hintview files.
Forwarded: https://github.com/ruckertm/HINT/pull/30
Author: hille42@debian.org
--- hintview-2.3.0.orig/Linux/hintview.xml
+++ hintview-2.3.0/Linux/hintview.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
- <mime-type type="mimetypes/x-hintview">
+ <mime-type type="application/x-hintview">
<comment>Binary HINT File</comment>
<generic-icon name="x-hintview"/>
<glob pattern="*.hnt"/>
|