Bug 9859 - application/mbox should be a sub-class of text/plain?
Summary: application/mbox should be a sub-class of text/plain?
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 02:32 UTC by Sebastien Bacher
Modified: 2007-02-05 03:28 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Sebastien Bacher 2007-02-03 02:32:52 UTC
That problem has been described on https://launchpad.net/ubuntu/+source/nautilus/+bug/83001

"Nautilus 2.17.90 refuses to open certain text files, claiming:

"Error: no application found
Cannot open /home/me/file.txt: No application is known for this kind of file."

A test case:
echo "From Dostoevsky:" > test1.txt
echo "In Dostoevsky:" > test2.txt

Nautilus correctly opens test2.txt but not test1.txt.

I'm using amd64 Feisty with LANG=en-US.UTF-8."


That's because the file starting by "From " is detected as application/mbox and there is no editor associated to it. Maybe it would make sense to sub-class the type with text/plain so text editor would be happy to open it?
Comment 1 Bastien Nocera 2007-02-05 03:28:39 UTC
2007-02-05  Bastien Nocera  <hadess@hadess.net>

        * freedesktop.org.xml.in: Make mbox a sub-class of text/plain
        so that a text-editor can be used to open it (Closes: #9859)


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.