Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
mozilla browser
Name: sr Date: November 28, 2002 at 02:04:08 Pacific OS: linux CPU/Ram: 256
Comment:
Does anyone know how to disable mozilla's annoying profile manager. It keeps poping up every time I open new windows.
Name: Balram Adlakha Date: November 28, 2002 at 02:39:48 Pacific
Reply:
You may be trying to open a new window from the mozilla icon on the desktop. This happens as mozilla sees that the current profile is already in use... To open new windows, go to 'file' in mozilla and click on new window, or new tab.
0
Response Number 2
Name: sr Date: November 28, 2002 at 04:47:24 Pacific
Reply:
I tried the desktop icon,but didn't work. Rather I find ctrl + N is kind of handy,but I still don't like profile manager.
0
Response Number 3
Name: n0dez Date: November 28, 2002 at 09:35:42 Pacific
Reply:
how many profiles do you have? if you've got more than one every time you run it, it will ask you.
n0dez
0
Response Number 4
Name: LudDic Date: December 16, 2002 at 12:43:34 Pacific
Reply:
You can create a shell script named mozilla-run for example:
#!/bin/sh
if mozilla -remote "ping()"; then if test "$1" != "" then mozilla -remote "openURL($1,new-window)"; else mozilla -remote "xfeDoCommand (openBrowser)"; fi else mozilla -width 1260 -height 900 $1; fi;
Summary: Hi there. I have just started using linux so all is new to me and I was poking around in the mozilla browser and now when ever I start up mozilla the navigator loads and then the composer loads on top...
Summary: I have installed Mozilla v1.8a3 in RH9, but everytime i click on a html file the old version of mozilla popup. How can I set the new Mozilla as my default browser? Kelvin = ...
Summary: I'm trying to install java on my machine, so I can visit some java chat rooms that I know of. I've gone to Sun, downloaded their version, and followed their instructions to the letter. Didn't seem to ...