mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-25 01:15:48 +02: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
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user