Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-08-17 13:04:48 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:58:03 +0300
commita17a2a9c06678f642062943dc39555cae20b9a00 (patch)
tree8d737f1fda97d0e842ccf74c0963be822771f9f5 /src/gui/owncloud.xml.in
parentc10f103fb8a04a91dc80553248764eadae54580b (diff)
Virtual Files Mime Type: use "vnd." prefix instead of "x-"
As reported in https://github.com/owncloud/client/issues/6717#issuecomment-413703567
Diffstat (limited to 'src/gui/owncloud.xml.in')
-rw-r--r--src/gui/owncloud.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/owncloud.xml.in b/src/gui/owncloud.xml.in
index 78c8b4b1b..085bb3fb9 100644
--- a/src/gui/owncloud.xml.in
+++ b/src/gui/owncloud.xml.in
@@ -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>