Bug 30033 - Add `application/x-tex` alias for TeX documents (`text/x-tex`).
Summary: Add `application/x-tex` alias for TeX documents (`text/x-tex`).
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Shared Mime Info group
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-05 11:03 UTC by Paul Menzel
Modified: 2010-09-30 09:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
PATCH: Add `application/x-tex` alias for TeX documents (`text/x-tex`). (1.29 KB, patch)
2010-09-05 11:03 UTC, Paul Menzel
Details | Splinter Review

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.