At Fri, 17 Dec 2010 14:25:32 +0100,
Łukasz Michalik wrote:
>
> [1 <text/plain; utf-8 (quoted-printable)>]
> On 12:23 2010-12-17 +0000, Jim Burton wrote:
> > Hi, I am using conkeror 0.9.3 via the Arch Linux package. I was using
> > the Adobe reader plugin to view pdfs but that seemed to break
> > keybindings -- I was unable to close the tab that contained the pdf or
> > navigate away...I was glad to get rid of it anyway, so disabled it in
> > the extensions and set this in my rc:
> >
> > content_handlers.set("application/pdf",
> > content_handler_open_default_viewer);
> > define_mime_type_external_handler("application/pdf", "/usr/bin/evince");
> > define_mime_type_external_handler("text/pdf", "/usr/bin/evince");
> >
>
> That looks like the old way. Teh new way as per
> http://conkeror.org/ContentHandlers would be:
>
> external_content_handlers.set("application/pdf", "evince");
> content_handlers.set("application/pdf", content_handler_open_default_viewer);
>
Hi Łukasz, I made this change but still have the same behaviour.
Jim
> --
> Pozdrawiam,
> Łukasz P. Michalik
> [2 <application/pgp-signature (7bit)>]
>
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror