[tracker/tracker-1.0] tracker-extract: remove application/vnd.ms-* catchall from msoffice



commit 3e68436d67496911f766c0d1e1dd0f1c8a14b719
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Jul 17 15:12:59 2014 +0200

    tracker-extract: remove application/vnd.ms-* catchall from msoffice
    
    Otherwise we match on application/vnd.ms-asf (the .asf video container
    format), which is not an OLE2 file and msoffice cannot handle.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733317

 src/tracker-extract/10-msoffice.rule |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/10-msoffice.rule b/src/tracker-extract/10-msoffice.rule
index 151846f..5803679 100644
--- a/src/tracker-extract/10-msoffice.rule
+++ b/src/tracker-extract/10-msoffice.rule
@@ -1,4 +1,4 @@
 [ExtractorRule]
 ModulePath=libextract-msoffice.so
-MimeTypes=application/msword;application/vnd.ms-powerpoint;application/vnd.ms-excel;application/vnd.ms-*;
+MimeTypes=application/vnd.ms-word;application/vnd.ms-word.*;application/vnd.ms-powerpoint;application/vnd.ms-excel;application/vnd.ms-access;application/vnd.ms-publisher;application/vnd.ms-tnef;application/vnd.ms-word;application/vnd.ms-works;application/vnd.ms-wpl
 FallbackRdfTypes=nfo:Document


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]