It was renamed to browser.bookmark.location on Mozilla. See
http://bugzilla.mozilla.org/show_bug.cgi?id=31623
The reason for this was to avoid the annoying "bookmarks have changed on disk"
message if you share with 4.x.
Mike Kaply
IBM
Steve Snyder wrote:
> Because I use a triple-boot system (Linux, OS/2, Win98) I keep my
> bookmark file in a central location and direct Netscape in all 3 OSs
> to use that file. It's done with this entry in pref[erence]s.js:
>
> user_pref("browser.bookmark_location", "d:\\apps\\netscape\\bookmark.htm");
>
> This scheme doesn't seem to work in Mozilla v0.9.1. Despite having
> imported this user_pref directive from my Netscape v4.61 config,
> Mozilla will not use the specified bookmark file.
>
> If a "bookmarks.html" is present in the current Mozilla (user's
> profile) subdirectory, then that file will be used. If the file is
> not present in the current dir, then my personal bookmarks are not
> available in Mozilla.
>
> Is there a way to use a bookmark file in a location other than the
> default?
>
> Thank you.