On 1/6/06 9:52 AM, "Paul Atroshenko" <patrosh

hotmail.com> wrote:
> Firefix has acted strangely for me too. A dialog box opened a few months ago
> stating that my version of the browser was being used (?) by someone else
> (which is odd becasue I am the only user on that computer), and I was
> obliged to start a new version of Firefox and start the bookmarks collection
> again from scratch.
The only time I've seen this happen was when I tried running Deer Park, an
optimized version of Firefox (there are version compiled specifically for
G3s, G4s, & G5s), when the regular Firefox was already running. Deer Park
(and presumably other independently compiled version of Firefox) uses the
same profile as Firefox and profile use clearly involves some file locking
to prevent simultaneous use by two applications or two instances of the same
application.
> Then, a few days ago, the dialog box appeared again and I was asked to
> select another user account, which I did, and the old version suddenly
> appeared, with the old bookmarks still intact. But what on earth happend to
> the second, newer, lot of bookmarks? I have looked everywhere for the way to
> open that dialog box manually but without success!
Mozilla's support pages have good information on this but it glosses over
the Mac-specific path information.
http://www.mozilla.org/support/firefox/profile
To manually invoke the Profile Manager, start the Firefox program from the
command line followed by the -profilemanager switch. However, the command is
not /Applications/Firefox.app -profilemanager because Firefox.app is a
bundle (which are really directories). The actual program which can take the
switch is buried inside the bundle.
/Applications/Firefox.app/Contents/MacOS/firefox -profilemanager
Note that this is the common format of bundles, the "real" program as far as
the command line environment is concerned is usually in Contents/MacOS/ and
named the same as the .app bundle (capitalization may vary). This is useful
to know for other instances when you're trying to start a program from the
command line.