just did a fresh checkout of https://irrext.svn.sourceforge.net/svnroot/irrext
I wanted to open readme-whatIsThis.txt using Nautilus 2.20.0 on Debian Lenny 5.0.3.
An error message popped up, telling me that it can't open that file.
I tried with changes.txt and that worked.
I was very curious what the issue was and checked the file type using the 'file' command.
Code: Select all
readme-whatIsThis.txt: ASCII English text, with CRLF line terminators
Code: Select all
changes.txt: ASCII text, with CRLF line terminators
Let's check what Nautilus thinks:
Code: Select all
readme-whatIsThis.txt: MIME-Type: application/mbox (hu?)
Code: Select all
changes.txt: MIME-Type: text/plain (ok)
Is this a issue of my Debian installation?
Edit:
Turns out that shared-mime-info has a bug.
So the readme-whatIsThis.txt shouldn't start with the word 'From' if you want that people are able to open it with Nautilus on a Debian Lenny system (which is quite common i think).
Edit 2:
Changing 'From' to 'from' solved it, if you want to keep that word.