[Conkeror] Conkeror Digest, Vol 51, Issue 11
McKay Marston
mckay.marston at gmail.com
Sat Mar 21 09:57:12 PDT 2009
>
> McKay Marston <mckay.marston at gmail.com> 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
>
>
Perfect, that worked. Thanks!
--
McKay Marston
More information about the Conkeror
mailing list