Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installer/kde/desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions installer/kde/plugin.json.in
Original file line number Diff line number Diff line change
@@ -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;"
}
3 changes: 3 additions & 0 deletions installer/linux/mime-type.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
<glob-deleteall/>
<glob pattern="*.vtf"/>
<glob pattern="*.VTF"/>
<magic priority="50">
Comment thread
craftablescience marked this conversation as resolved.
<match value="VTF\0" type="string" offset="0"/>
</magic>
</mime-type>
</mime-info>
2 changes: 1 addition & 1 deletion installer/linux/thumbnailer.in
Original file line number Diff line number Diff line change
@@ -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;
Loading