Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-26-2003, 02:11 AM
|
#1
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
Strange Mozilla Behavior
I'm wondering if anyone else has this situation and if so, they know why it happens. My default browser is Mozilla Firebird. If I have firebird open and go to open firebird again it asks for a different profile to use.(I understand this) On the other hand, if I have Firebird running and go to run Mozilla(not firebird but Mozilla itself) it opens up FIREBIRD, does not ask for a different profile, and opens up with no page loaded. I am then able to browse and do whatever without running under a different profile.
Why is it that when firebird is open and I run mozilla it opens up another firebird client rather then mozilla?
|
|
|
06-26-2003, 04:34 AM
|
#2
|
Member
Registered: Jun 2003
Location: Florida
Distribution: Fedora Core 1
Posts: 71
Rep:
|
i dont know if this has anything to do with it, but i installed netscape even though mozilla was already installed. and same thing with the profiles, if a netscape window was already opened running the program would ask for another profile (so just launch a new window instead). if i ran mozilla it wouldn't ask for another profile but it looked a lot like netscape only the buttons were messed up, basically because they use the same engine. that could be what's happeninng with you. no matter which browser you're using, they're both using the mozilla engine.
|
|
|
06-28-2003, 05:07 AM
|
#3
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Original Poster
Rep:
|
It could be but this does not happen with Galeon and it uses the gecko engine as well. Only Firebird and Mozilla do this. Strange huh?
Its not really a big deal I was just wondering why. Its actually a nice way to not have use multiple profiles for the same brower.
|
|
|
07-23-2003, 08:15 AM
|
#4
|
LQ Newbie
Registered: Jul 2003
Posts: 2
Rep:
|
Id like to know this too
The "MozillaFirebird" script that comes with Firebird doesn't let you open several windows at the same time. the "mozilla" script that comes with Redhat 9 does, however. I looked through the "mozilla" script and I don't see how it's calling MozillaFirebird, yet when you run it it does.
|
|
|
07-23-2003, 08:20 AM
|
#5
|
LQ Newbie
Registered: Jul 2003
Posts: 2
Rep:
|
Ok just found it in the RedHat script, it does this
# check to see if there's an already running instance or not
ALREADY_RUNNING=`check_running`
# If there is no command line argument at all then try to open a new
# window in an already running instance.
if [ "${ALREADY_RUNNING}" -eq "1" ] && [ -z "$1" ]; then
exec $MOZ_CLIENT_PROGRAM "xfeDoCommand(openBrowser)" 2>/dev/null >/dev/null
fi
So its doing the "xfeDoCommand(openBrowser)" to open a new window with the same profile
|
|
|
All times are GMT -5. The time now is 12:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|