mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
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:
parent
c10f103fb8
commit
a17a2a9c06
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ GenericName=Folder Sync
|
||||||
Icon=@APPLICATION_ICON_NAME@
|
Icon=@APPLICATION_ICON_NAME@
|
||||||
Keywords=@APPLICATION_NAME@;syncing;file;sharing;
|
Keywords=@APPLICATION_NAME@;syncing;file;sharing;
|
||||||
X-GNOME-Autostart-Delay=3
|
X-GNOME-Autostart-Delay=3
|
||||||
MimeType=application/x-@APPLICATION_EXECUTABLE@;
|
MimeType=application/vnd.@APPLICATION_EXECUTABLE@;
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
Comment[oc]=@APPLICATION_NAME@ sincronizacion del client
|
Comment[oc]=@APPLICATION_NAME@ sincronizacion del client
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
<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>
|
<comment>@APPLICATION_NAME@ virtual files</comment>
|
||||||
<glob pattern="*.@APPLICATION_VIRTUALFILE_SUFFIX@"/>
|
<glob pattern="*.@APPLICATION_VIRTUALFILE_SUFFIX@"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|
Loading…
Reference in a new issue