Virtual Files Mime Type: use "vnd." prefix instead of "x-"
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 17 Aug 2018 10:04:48 +0000 (12:04 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:03 +0000 (10:58 +0100)
As reported in https://github.com/owncloud/client/issues/6717#issuecomment-413703567

mirall.desktop.in
src/gui/owncloud.xml.in

index 5c6d45a4aebd66056eba3cbb1c76293fd88068aa..7d2659943a8b58dde52eac81aaff56376250a28c 100644 (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
index 78c8b4b1b9bfc7b45e2d5b58fdb7be7487f6cf0c..085bb3fb94ee587a3ade90532f5c4a506a345110 100644 (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>