mozilla profile annoyance
Joe
josephj at main.nc.us
Thu Feb 26 09:10:31 EST 2004
Hey. I don't seem to have this problem. I have 1.6 under MDK 9.1. I
had the problem under 1.4, I think, and solved it using the following
scripts which you would have to customize for your user name and mozilla
path.
#!/bin/bash
# Attributed to Dave Patton
if [[ `ps -e | grep mozilla` ]]
then
#Mozilla is running
`/usr/lib/mozilla-1.6/mozilla -P bigbird -remote 'openURL('$1',
new-window)'`
else
#Mozilla is NOT running
`/usr/lib/mozilla-1.6/mozilla -P bigbird $1`
fi
#!/bin/bash
# mozmailrun - (C) 02/26/2004 - JPmicrosystems (gpl)
if [[ `ps -e | grep mozilla` ]]
then
#Mozilla is running
`/usr/lib/mozilla-1.6/mozilla -P bigbird -remote 'xfeDoCommand
(openInbox)'`
else
#Mozilla is NOT running
`/usr/lib/mozilla-1.6/mozilla -P bigbird -mail`
fi
Riga, Anthony wrote:
>Pete
>
> Thats what I complained about a while back too. I use Mozilla on winblows and I dont have that problem on seems sometimes with Linux after doing an upgrade to a newer version of Mozilla..
>
>-----Original Message-----
>From: owner-nflug at nflug.org [mailto:owner-nflug at nflug.org]On Behalf Of
>Cyber Source
>Sent: Sunday, February 22, 2004 10:29 PM
>To: nflug at nflug.org
>Subject: mozilla profile annoyance
>
>
>Hello All,
> I know some of you have complained about the new Mozilla firing up the
>profile manager if another instance of Mozilla is started. This started
>really annoying me when someone would send me a link in an im and that
>damn profile manager would pop up. So, I stumble across an idea that
>someone had and fine tuned it for a cure to this. I made a script that
>can be used to invoke Mozilla that 10 seconds after it is started,
>removes the lock file that will invoke the profile manager if another
>instance of Mozilla is started. Long story short, download the script
>from my website at http://cybersource.us/downloads.html (it's called
>Mozilla Disable Profile Manager Script). As root, mv your
>/usr/bin/mozilla file to /usr/bin/oldmozilla. Rename this script file
>and call it mozilla. Put this file in /usr/bin. Now whenever mozilla is
>started, it will remove that lock file in 10 seconds in the users
>.mozilla folder. This can also be altered to work with FireFox. Good Luck.
>
>
>
--
"Democracy is a device that ensures we shall be governed no better than we deserve." --George Bernard Shaw (1856-1950)
More information about the nflug
mailing list