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 08-19-2003, 09:24 PM   #1
kbeaver
Member
 
Registered: Jul 2003
Location: Lakewood, CO
Distribution: SuSE 8.2
Posts: 41

Rep: Reputation: 15
Problems with Netscape 7.1


Hello, I just installed Netscape 7.1, but I am having a problem. Everytime I try to create a new instance of Netscape (I have a webpage going, but I double click on an .html file on my drive) I get a profile manager window that pops up, and I hit "Start Netscape", but it errors out because the profile is already in use....any solutions?

Thanks
 
Old 08-19-2003, 09:28 PM   #2
Sornen
Member
 
Registered: Jul 2003
Posts: 37

Rep: Reputation: 15
look in the .mozilla/default/... directory or the equivalent netscape one there is a file called lock (at least for mozilla). See if deleting this and starting netscape again solves the problem.

Actually not sure if this is you problem

Last edited by Sornen; 08-19-2003 at 09:35 PM.
 
Old 08-19-2003, 09:33 PM   #3
Sornen
Member
 
Registered: Jul 2003
Posts: 37

Rep: Reputation: 15
 
Old 08-31-2003, 01:31 AM   #4
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Rep: Reputation: 15
I wrote a script for thi

save the below script in say /usr/bin directory as netscape. chmod it to 755 and point the netscape button on the panel to this script. Note that my netscape browser is installed in /usr/local/netscape. Works fine for me and I can as many browsers as I want without going through profile manager box.

good luck!

#!/bin/sh

if /usr/local/netscape/netscape -remote "ping()" 2>/dev/null
then
# Uncomment one of the following lines according to the desired behavior:
# - replace the current page
#location=""
# - open in new window
location=",new-window"
# - open in new tab
#location=",new-tab"
exec /usr/local/netscape/netscape -remote "openURL($1$location)"
else
exec /usr/local/netscape/netscape "$@"
fi
exit 1
 
Old 08-31-2003, 01:41 PM   #5
kbeaver
Member
 
Registered: Jul 2003
Location: Lakewood, CO
Distribution: SuSE 8.2
Posts: 41

Original Poster
Rep: Reputation: 15
Wow!

Worked really well, thank you so much.
 
  


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
Problems with VBscript in Netscape 7.2 evilx Linux - Software 3 12-19-2004 02:19 PM
Netscape 7.1 Problems Evilone Linux - Software 2 08-13-2003 10:15 AM
Netscape 7.02 Problems malkc Linux - Newbie 2 04-29-2003 05:31 PM
Posting Problems with Netscape dguy LQ Suggestions & Feedback 0 02-02-2002 09:37 AM
Problems installing Netscape 6.2 bloodx Linux - Newbie 2 12-06-2001 07:08 PM

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

All times are GMT -5. The time now is 01:02 AM.

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