mozilla profiles
Joe
josephj at main.nc.us
Tue Feb 10 00:41:27 EST 2004
Another way to skin the cat - at least if you're starting the new
instance from clicking on a desktop icon is to use scripts to invoke it
as follows (with your own paths inserted):
Browser Window:
#!/bin/bash
# Attributed to Dave Patton
if [[ `ps -e | grep mozilla` ]]
then
#Mozilla is running
`/usr/lib/mozilla-1.5/mozilla -P bigbird -remote 'openURL('$1',
new-window)'`
else
#Mozilla is NOT running
`/usr/lib/mozilla-1.5/mozilla -P bigbird $1`
fi
---------
or, for Messenger
--------
#!/bin/bash
# mozmailrun - (C) 09/21/2003 - JPmicrosystems
if [[ `ps -e | grep mozilla` ]]
then
#Mozilla is running
`/usr/lib/mozilla-1.5/mozilla -P bigbird -remote 'xfeDoCommand
(openInbox)'`
else
#Mozilla is NOT running
`/usr/lib/mozilla-1.5/mozilla -P bigbird -mail`
fi
Joe
Riga, Anthony wrote:
>I upgraded from Mozilla 1.2 to 1.6 on Redhat 9. When I have the browser open and I click to open another instance another mozilla browser at the same time I get a box that wants me to create another profile. How do I disable this. I use Mozilla on winblows and Linux and never get this profile box. I just want to open many instances when Im browsing rather than have may different personl setting I cant keep track of. Thanks
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Anthony Riga
>IT User System Support Tech
>A+ Hardware certified
>Sear Brown
>40 La Riviere Dr
>Buffalo, NY 14202
>PH (716) 852-8817 ext.135
>
>
>
--
There are two ways to live your life. One is as though nothing is a miracle, the other is as though everything is a miracle. ~ Albert Einstein ~
More information about the nflug
mailing list