Re: mime handling / file associations for conkeror in mac os x

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: mime handling / file associations for conkeror in mac os x

by Silvio Levy-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> when i follow a pdf file or so, conkeror gives me the option to save,
> open etc.  

You're lucky.  In my case conkeror tries to display the file using
Acrobat Reader within the same window, and generally fails, giving me a
blank screen.  Trying to save the file with "s0" then crashes conkeror.

I've just tried placing these two lines in my init file and restarting:

define_mime_type_external_handler("*", "preview");
define_mime_type_external_handler("application/pdf", "preview");

The behavior is absolutely unchanged.

I've posted here before asking how I can make conkeror simply forget
about PDF plugins, and there was no answer.  It's driving me insane.

Silvio


_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror

Re: mime handling / file associations for conkeror in mac os x

by Jeremy Maitin-Shepard-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Silvio Levy <levy@...> writes:

>> when i follow a pdf file or so, conkeror gives me the option to save,
>> open etc.  

> You're lucky.  In my case conkeror tries to display the file using
> Acrobat Reader within the same window, and generally fails, giving me a
> blank screen.  Trying to save the file with "s0" then crashes conkeror.

> I've just tried placing these two lines in my init file and restarting:

> define_mime_type_external_handler("*", "preview");
> define_mime_type_external_handler("application/pdf", "preview");

Perhaps try directly inspecting the value of mime_type_external_handlers
to ensure that it is correct.

> The behavior is absolutely unchanged.

> I've posted here before asking how I can make conkeror simply forget
> about PDF plugins, and there was no answer.  It's driving me insane.

To make Conkeror forget about PDF plugins, you should simply ensure that
wherever xulrunner is looking for plugins, the PDF plugin cannot be
found.  You can look at about:plugins to see if it is registered.  There
is also something you can do with configuration files to make it ignore
a particular plugin for particular MIME types.  Firefox has a UI to do
this through its preferences window.  You can see about creating the
suitable configuration files (I think they end up having an rdf
extension), and then copying them possibly with some modification to
Conkeror's profile directory.

--
Jeremy Maitin-Shepard
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror