Hi John,

I just removed the line, and tried to restart, and failed but this time with
useful errors.  The profile_dir line comes from the session management
patches I applied.  I guess because the session.json file is sitting in that
directory.  If that is what is breaking things, then I will need to remove it
and the session management stuff at work.  Still can't figure out why
it would work here and not there, unless some change between
1.9.0.1 and 1.9.0.2 broke that piece of code.

Again, on Tuesday I will do a clean checkout and see if that works.  Thanks
again for the help, and enjoy the rest of your weekend.

Rohan

On Fri, Sep 26, 2008 at 9:31 PM, John J Foerch <[EMAIL PROTECTED]> wrote:
> "Rohan Nicholls" <[EMAIL PROTECTED]> writes:
>> The code responsible according to the bug:
>>
>> application.prototype = {
>>     Cc: Cc,
>>     Ci: Ci,
>>     Cr: Cr,
>>     profile_dir: Cc["@mozilla.org/file/directory_service;1"]
>>       .getService(Ci.nsIProperties).get("ProfD", Ci.nsIFile).path,
>>     /* Note: resource://app currently doesn't result in 
>> xpcnativewrappers=yes */
>>     module_uri_prefix: "chrome://conkeror-modules/content/",
>>     subscript_loader:
>> Cc["@mozilla.org/moz/jssubscript-loader;1"].getService(Ci.mozIJSSubScriptLoader),
>>     preferences:
>> Cc["@mozilla.org/preferences-service;1"].getService(Ci.nsIPrefService),
>>
>> The profile_dir: Cc[.... is the offending line
>
> Hi Rohan,
>
>  Please do a fresh clone of the conkeror git repository.  I'm not sure
> where that profile_dir line came from, because it's not part of
> conkeror.  I can't recall when conkeror ever had such a variable... is
> this a local modification, or did you get your copy of conkeror from a
> repository other than the one at repo.or.cz?
>
> --
> John Foerch
>
>
> _______________________________________________
> Conkeror mailing list
> Conkeror@mozdev.org
> https://www.mozdev.org/mailman/listinfo/conkeror
>
_______________________________________________
Conkeror mailing list
Conkeror@mozdev.org
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to