Launch Mozilla


Launch Mozilla is a simple bash script to launch a new mozilla browser window. I had trouble launching a new window as Mozilla kept on asking me for my profile. When I chose default it always came up as default is in use. So I wrote a simple script to get round it.
This script first tries to launch mozilla with an attribute -remote "xfeDoCommand(openBrowser)". If that fails with result 1, Mozilla not running - which means that the remote message couldn't be sent to a mozilla window, then the script launches a fresh mozilla instance using mozilla.
Very simple, yet saves me a lot of time!

Here is a sample screenshot:

screenshot of settime running

click here to download lmoz


News:


SourceForge Logo