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

github.com/owncloud/client.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
committerMarkus Goetz <markus@woboq.com>2018-08-19 22:10:23 +0300
commitadd417e7aff4f53f778f63c75c38de5f44430cd3 (patch)
treeef9e2649592f31be108fe08d5e4e8b2edc870dee /src/gui/owncloud.xml.in
parent9db3439aeb847d8157a5038c80f7096cc6fb2efc (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>