Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit add417e

Browse files
ogoffartguruz
authored andcommittedAug 19, 2018
Virtual Files Mime Type: use "vnd." prefix instead of "x-"
As reported in #6717 (comment)
1 parent 9db3439 commit add417e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mirall.desktop.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GenericName=Folder Sync
88
Icon=@APPLICATION_EXECUTABLE@
99
Keywords=@APPLICATION_NAME@;syncing;file;sharing;
1010
X-GNOME-Autostart-Delay=3
11-
MimeType=application/x-@APPLICATION_EXECUTABLE@;
11+
MimeType=application/vnd.@APPLICATION_EXECUTABLE@;
1212

1313
# Translations
1414

‎src/gui/owncloud.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3-
<mime-type type="application/x-@APPLICATION_EXECUTABLE@">
3+
<mime-type type="application/vnd.@APPLICATION_EXECUTABLE@">
44
<comment>@APPLICATION_NAME@ virtual files</comment>
55
<glob pattern="*.@APPLICATION_VIRTUALFILE_SUFFIX@"/>
66
</mime-type>

0 commit comments

Comments
 (0)
Please sign in to comment.