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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Leclanche <jerome@leclan.ch>2016-07-06 11:03:19 +0300
committerJerome Leclanche <jerome@leclan.ch>2016-07-06 11:03:19 +0300
commit143de4c6e334078d841d5b38bfb96d1bc992928a (patch)
treec72ac1b6a9a813499662f3673a1b0accfeebf927 /main/monodevelop.desktop
parent5c411d138c999c580b7b284d3ff379fd0007c124 (diff)
Remove extraneous mime types added in d891cf0
The added mime types would cause monodevelop to have priority when opening text or html files over more appropriate applications such as web browsers or text editors. Additionally, this would cause opening some text-based formats to open monodevelop without actually opening the file because of a bug in the file opening code.
Diffstat (limited to 'main/monodevelop.desktop')
-rw-r--r--main/monodevelop.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/monodevelop.desktop b/main/monodevelop.desktop
index 85bbbbbf4b..5966c97438 100644
--- a/main/monodevelop.desktop
+++ b/main/monodevelop.desktop
@@ -12,7 +12,7 @@ Icon=monodevelop
StartupNotify=true
Terminal=false
Type=Application
-MimeType=text/x-csharp;application/x-mds;application/x-mdp;application/x-cmbx;application/x-prjx;application/x-csproj;application/x-vbproj;application/x-sln;application/x-aspx;text/xml;application/xhtml+xml;text/html;text/plain;
+MimeType=text/x-csharp;application/x-mds;application/x-mdp;application/x-cmbx;application/x-prjx;application/x-csproj;application/x-vbproj;application/x-sln;application/x-aspx;
Categories=GNOME;GTK;Development;IDE;
X-GNOME-Bugzilla-Bugzilla=Ximian
X-GNOME-Bugzilla-Product=MonoDevelop