LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 09-09-2004, 06:00 PM   #1
Sinope
Member
 
Registered: Aug 2004
Location: Chicago
Distribution: Debian testing/unstable
Posts: 82

Rep: Reputation: 15
Mozilla: no damn profile manager!


I use Mozilla. I just think it's better than Konqueror. Or maybe I'm just more used to it. Whatever.

My big pet peeve, though, is that when I click the Mozilla button on my desktop and if I happen to have a browser window open on some other virtual desktop, this annoying "profile manager" pops up and tells me that the default profile is in use. What the hell!! Just open a new freaking window!

Does anyone know how to change this?

The only way I can think of is to run a script that checks if Mozilla is already open, and if so, sends some signal to open a new window rather than trying to run the program. I have no idea how to go about writing that, though, especially since Mozilla doesn't have DCOP commands as far as I know....
 
Old 09-09-2004, 06:18 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
use this script to open mozilla and you'll be fine...

Code:
#!/bin/sh
mozilla -remote "ping()" &> /dev/null
if [ $? == "0" ]; then
exec mozilla -remote "openURL(about:blank,new-window)" &
else
exec mozilla &
fi

Last edited by win32sux; 09-09-2004 at 06:20 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bypassing Profile manager in Mozilla Kilahchris Linux - Software 1 10-16-2004 02:27 AM
Mozilla 1.4 and profile manager linux_pioneer Linux - Software 5 07-22-2004 01:28 PM
Firefox and that damn profile manager tfdml37 Linux - Software 14 07-22-2004 09:37 AM
mozilla profile manager HE|| again! itsjustme Linux - General 3 02-07-2004 09:15 AM
Profile Manager for Mozilla 1.2 Qebex Linux - Software 2 09-22-2002 03:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration