[tracker] tracker-extract: remove application/vnd.ms-* catchall from msoffice
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-extract: remove application/vnd.ms-* catchall from msoffice
- Date: Thu, 21 Aug 2014 11:44:55 +0000 (UTC)
commit cf04b2dec32c34d070fc036d0ea92405c92a4a24
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]