Bug 30033

Summary: Add `application/x-tex` alias for TeX documents (`text/x-tex`).
Product: shared-mime-info Reporter: Paul Menzel <paulepanter>
Component: freedesktop.org.xmlAssignee: Shared Mime Info group <shared_mime_info>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: PATCH: Add `application/x-tex` alias for TeX documents (`text/x-tex`).

Description Paul Menzel 2010-09-05 11:03:30 UTC
Created attachment 38455 [details] [review]
PATCH: Add `application/x-tex` alias for TeX documents (`text/x-tex`).

Similarily to #29876 [1] this adds the alias `application/x-tex` so that attached files with the following content type [2]

    Content-Type: application/x-tex; name="letter.tex"
    Content-Disposition: attachment; filename="letter.tex"
    Content-Transfer-Encoding: base64
    X-Attachment-Id: f_gdprmpui0

can be displayed inline in for example Evolution.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=29876
[2] http://www.ntg.nl/pipermail/ntg-context/2010/052140.html
Comment 1 Paul Menzel 2010-09-30 02:38:31 UTC
(In reply to comment #0)
> Created an attachment (id=38455) [details]
> PATCH: Add `application/x-tex` alias for TeX documents (`text/x-tex`).
> 
> Similarily to #29876 [1] this adds the alias `application/x-tex` so that
> attached files with the following content type [2]
> 
>     Content-Type: application/x-tex; name="letter.tex"
>     Content-Disposition: attachment; filename="letter.tex"
>     Content-Transfer-Encoding: base64
>     X-Attachment-Id: f_gdprmpui0
> 
> can be displayed inline in for example Evolution.
> 
> [1] https://bugs.freedesktop.org/show_bug.cgi?id=29876
> [2] http://www.ntg.nl/pipermail/ntg-context/2010/052140.html

Could someone please commit this patch.


Thanks,

Paul
Comment 2 Bastien Nocera 2010-09-30 09:03:37 UTC
commit 473a34f7f9937050dc722712c2c7572483015bfc
Author: Paul Menzel <paulepanter@users.sourceforge.net>
Date:   Sun Sep 5 19:54:44 2010 +0200

    Add `application/x-tex` alias for TeX documents (`text/x-tex`).
    
    Similarily to https://bugs.freedesktop.org/show_bug.cgi?id=29876 this adds the alias `application/x-tex` so that attached files with the following content type [1]
    
        Content-Type: application/x-tex; name="letter.tex"
        Content-Disposition: attachment; filename="letter.tex"
        Content-Transfer-Encoding: base64
        X-Attachment-Id: f_gdprmpui0
    
    can be displayed inline in for example Evolution.
    
    [1] http://www.ntg.nl/pipermail/ntg-context/2010/052140.html
    
    Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
    
    https://bugs.freedesktop.org/show_bug.cgi?id=30033

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.