McKay Marston <[email protected]> writes:
> I'm using the git build (updated yesterday - 3/18/09).
>
> When I go to download a file, I am presented with the options of save, open, 
> etc, and
> when I choose 's' (to save it), I get the following in the status bar along 
> the bottom:
>
> call interactively: [Exception..."Component returned failure code: 0x8052001
> (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nslLocalFile.initWithPath]" nsresult: 
> "0x8052001
> (NS_FILE_UNRECOGNIZED_PATH...
>
> I have tried adding the following to my .conkerorrc, but it didn't seem to do 
> anything.
>
> set_default_directory("/Users/mckay/Downloads");
>
> Any ideas?

  This is an open bug.  In addition to the set_default_directory call
you made, you also need the following:

add_hook("create_buffer_hook",
         function (buf) {
             buf.configuration.cwd = null;
         });

-- 
John Foerch

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to