Virtual Files Mime Type: use "vnd." prefix instead of "x-"

As reported in https://github.com/owncloud/client/issues/6717#issuecomment-413703567
This commit is contained in:
Olivier Goffart 2018-08-17 12:04:48 +02:00 committed by Kevin Ottens
parent c10f103fb8
commit a17a2a9c06
No known key found for this signature in database
GPG Key ID: 074BBBCB8DECC9E2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ GenericName=Folder Sync
Icon=@APPLICATION_ICON_NAME@
Keywords=@APPLICATION_NAME@;syncing;file;sharing;
X-GNOME-Autostart-Delay=3
MimeType=application/x-@APPLICATION_EXECUTABLE@;
MimeType=application/vnd.@APPLICATION_EXECUTABLE@;
# Translations
Comment[oc]=@APPLICATION_NAME@ sincronizacion del client

View File

@ -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="application/x-@APPLICATION_EXECUTABLE@">
<mime-type type="application/vnd.@APPLICATION_EXECUTABLE@">
<comment>@APPLICATION_NAME@ virtual files</comment>
<glob pattern="*.@APPLICATION_VIRTUALFILE_SUFFIX@"/>
</mime-type>