We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db3439 commit add417eCopy full SHA for add417e
mirall.desktop.in
@@ -8,7 +8,7 @@ GenericName=Folder Sync
8
Icon=@APPLICATION_EXECUTABLE@
9
Keywords=@APPLICATION_NAME@;syncing;file;sharing;
10
X-GNOME-Autostart-Delay=3
11
-MimeType=application/x-@APPLICATION_EXECUTABLE@;
+MimeType=application/vnd.@APPLICATION_EXECUTABLE@;
12
13
# Translations
14
src/gui/owncloud.xml.in
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3
- <mime-type type="application/x-@APPLICATION_EXECUTABLE@">
+ <mime-type type="application/vnd.@APPLICATION_EXECUTABLE@">
4
<comment>@APPLICATION_NAME@ virtual files</comment>
5
<glob pattern="*.@APPLICATION_VIRTUALFILE_SUFFIX@"/>
6
</mime-type>
0 commit comments