GNOME Bugzilla – Bug 512801
text wrongly detected as application/octet-stream
Last modified: 2008-01-29 14:19:52 UTC
using GNOME 2.21.90 $ echo -e 'sometext\nexample' > nautilus; gvfs-info nautilus | grep content standard::content-type: application/octet-stream standard::fast-content-type: application/octet-stream The result is that nautilus can't open the example
2008-01-29 Alexander Larsson <alexl@redhat.com> * gcontenttype.c (looks_like_text): Don't treat whitespace as control chars.