diff --git a/installer/kde/desktop.in b/installer/kde/desktop.in
index 23eb476..ba0e0ea 100644
--- a/installer/kde/desktop.in
+++ b/installer/kde/desktop.in
@@ -2,7 +2,7 @@
Type=Service
Name=Valve Texture Format Files (${PROJECT_NAME_PRETTY})
X-KDE-ServiceTypes=ThumbCreator
-MimeType=image/x-vtf;
+MimeType=image/x-vtf;image/vnd.valve.source.texture;
X-KDE-Library=${PROJECT_NAME}
CacheThumbnail=false
ThumbnailerVersion=1
diff --git a/installer/kde/plugin.json.in b/installer/kde/plugin.json.in
index f4544cc..7dc705d 100644
--- a/installer/kde/plugin.json.in
+++ b/installer/kde/plugin.json.in
@@ -1,8 +1,8 @@
{
"CacheThumbnail": false,
"KPlugin": {
- "MimeTypes": ["image/x-vtf"],
+ "MimeTypes": ["image/x-vtf", "image/vnd.valve.source.texture"],
"Name": "Valve Texture Format Files (${PROJECT_NAME_PRETTY})"
},
- "MimeType": "image/x-vtf;"
+ "MimeType": "image/x-vtf;image/vnd.valve.source.texture;"
}
diff --git a/installer/linux/mime-type.in b/installer/linux/mime-type.in
index 27e78fe..0006c40 100644
--- a/installer/linux/mime-type.in
+++ b/installer/linux/mime-type.in
@@ -7,5 +7,8 @@
+
+
+
diff --git a/installer/linux/thumbnailer.in b/installer/linux/thumbnailer.in
index 5c9b664..74b1a3e 100644
--- a/installer/linux/thumbnailer.in
+++ b/installer/linux/thumbnailer.in
@@ -1,4 +1,4 @@
[Thumbnailer Entry]
TryExec=/opt/${PROJECT_NAME}/${PROJECT_NAME}
Exec=/opt/${PROJECT_NAME}/${PROJECT_NAME} -i %i -o %o -s %s
-MimeType=image/x-vtf;
+MimeType=image/x-vtf;image/vnd.valve.source.texture;