Bug 197887 - Need alias for MIME type application/x-msexcel
Summary: Need alias for MIME type application/x-msexcel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: shared-mime-info
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-06 21:28 UTC by Bill Alexander
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.20-1.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-02-06 12:55:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to correct the problem (403 bytes, patch)
2006-07-06 21:28 UTC, Bill Alexander
no flags Details | Diff

Description Bill Alexander 2006-07-06 21:28:09 UTC
Description of problem:

Alias for Microsoft Excel MIME type should be added:

<alias type="application/x-msexcel"/>

Version-Release number of selected component (if applicable):

shared-mime-info-0.17-1.fc5.2

How reproducible:

Always.

; receipt of emails containing Excel spreadsheets from Microsoft-bound
colleagues use this MIME type.  Since there's no entry for it, Gnome can't
figure out what to do with it

Steps to Reproduce:
1.  Colleage sends email containing an Excel spreadsheet with this MIME type.
2.  Evolution fails to recognize what it is (No registered entry).
3.  User is annoyed.  
  
Actual results:

Gnome applications fail to recognize the file type.

Expected results:

Gnome applications should recognize this file type and permit launching of any
appropriately registered applications (i.e. oocalc, or whatever).

Additional info:

Fix is to add an alias:

# diff -Naur freedesktop.org.xml.orig freedesktop.org.xml
--- freedesktop.org.xml.orig    2006-07-06 14:20:16.000000000 -0700
+++ freedesktop.org.xml 2006-07-06 14:19:48.000000000 -0700
@@ -733,6 +733,7 @@
     <glob pattern="*.xlt"/>
     <glob pattern="*.xld"/>
     <alias type="application/msexcel"/>
+    <alias type="application/x-msexcel"/>
   </mime-type>
   <mime-type type="application/vnd.ms-powerpoint">
     <comment>PowerPoint presentation</comment>

This patch works perfectly.

Comment 1 Bill Alexander 2006-07-06 21:28:09 UTC
Created attachment 132026 [details]
Patch to correct the problem

Comment 2 Bastien Nocera 2007-02-01 15:30:34 UTC
Good idea, committed upstream:

2007-02-01  Bastien Nocera  <hadess>

        * freedesktop.org.xml.in: Patch from Bill Alexander
        <billtrash> to add application/x-msexcel as an
        alias for Excel files (RH #197887)


Comment 3 Bastien Nocera 2007-02-06 12:55:42 UTC
Fixed in shared-mime-info-0.20-1.fc7


Note You need to log in before you can comment on or make changes to this bug.