Bug 6850

Summary: Navigator is always opening /usr/doc/HTML/index.html at startup
Product: [Retired] Red Hat Linux Reporter: joe
Component: netscapeAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0CC: rvokal, yanthoc
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-12 20:25:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description joe 1999-11-09 11:54:48 UTC
The Netscape navigator is launched via a script
/usr/bin/netscape. This script attempts to set the
users homepage to

	/usr/doc/HTML/index.html

automatically, unless the user disabled displaying
the homepage at startup. It does so by looking into the
users preferences.js file.

However, the detection is broken, because line 166 reads
  if grep "\"browser.startup.homepage\"" \
and not
  if grep "\"browser.startup.page\"" \
as it ought to.

Comment 1 Bill Nottingham 1999-11-09 16:20:59 UTC
Huh? Looking in preferences.js here, the line is
'browser.startup.homepage'.

Comment 2 Bill Nottingham 1999-11-09 21:57:59 UTC
Oh, I see. browser.startup.page is 'display blank page/homepage/last
page', while .homepage is the actual homepage.

If you just set the home page to *something*, then setting it
to 'display blank page' should work OK with the script as is.
I'll look at fixing this...

Comment 3 Bill Nottingham 2000-02-12 20:25:59 UTC
This should be fixed in the current netscape build (-4 or so) that
will be available in the next rawhide release.