Approved. Have seen that the fix is working.

Krishnan

On Tue, 2009-04-07 at 23:00 +0530, Parthasarathi Susarla wrote:
> "Yelp crashes when trying to view one of GNU Info Pages"
> 
> 1. the info files on solaris (for some reason) are not compressed. And
> yelp, expects it to be compressed. (info.gz). Matt mentioned that on
> Linux, they seem to be compressed. So a work-around would actually be
> to compress all the info pages on Solaris.
> 
> 2. Since the info files are UTF-8 encoded, the mime-type that
> 'g_content_type_guess()' returns is 'application/octet-stream' - and there is
> no support for such a mime-type (since these are gzipped on linux, and a call
> to g_content_type_guess() will return 'appplication/x-gzip').
> 
> The attached patch fixes both these issues. 
> 
> 
> Thanks,
> Partha


Reply via email to