Edwin Stearns <[EMAIL PROTECTED]> writes:

> I just tried Conkeror for the first time and I have two issues:

Thanks for the feedback

> 1. Bookmarks - I have lots of bookmarks in subdirectories that I can't see.

Check the mailing list archives. There's a thread on displaying the
bookmarks.html file which lists all your bookmarks. Here's the
relevant part:

function findit () {
        var dirService = 
Components.classes["@mozilla.org/file/directory_service=;1"]
                .getService(Components.interfaces.nsIProperties);
        var dir = dirService.get("ProfD", Components.interfaces.nsIFile);
        dir.append("bookmarks.html");
        open_url_in (1, "file://" + dir.path);
}

add_command("my-bookmarks", findit, []);
define_key(ctrlc_kmap, make_key("b", MOD_CTRL), "my-bookmarks");

That can be used until the bookmarks are displayed more conveniently
in conkeror. Patches are of course welcome.

> 2. Frame size - Conkeror starts at a small frame size, and I can see no
> way of changing it.  I would prefer full screen by default.
> I'm running Firefox 1.5 running on winXP.

Okay, that's 2 ppl who've said this. I don't know why this is. It
works fine on X11 and OSX. I'll find an XP machine and fix it.

In the meantime you can edit conkeror.xul in conkeror.jar (you'll have
to search for it I dont know where it is on windows). In emacs:

make sure auto-compression-mode is on. open conkeror.jar in
dired. open conkeror.xul. edit the lines:

    width = "640"
    height = "480">

To what you'd like. Perhaps just removing those fields will fix the
problem. I'll test that when I find an XP machine.

-Shawn


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

Reply via email to