According to [EMAIL PROTECTED]: While burning my CPU.
> 
> 
> A couple of easy questions regarding netscape configuration.
> 
> I build up an extensive bookmark list as superuser, and now want to copy
> the bookmarks for the use of user. Backing up .../.netscape/bookmarks.html
> and then replacing it with the developed one from root had no effect. 

You should be able to replace any old file in your /home/$user/.netscape
directory with the same file from the "root" user, however you will need to
change owner and permissions accordingly.

> 
> Using "Preferences" in Netscape to identify this file as the default book-
> mark file had no effect. I see that in the preferences.js file that it sees
> the bookmark.html file, but it is not what loads when I start Netscape as
> user.

Looks like a permissions problem.

> 
> I'd also like to fiddle with Netscape's geometry, and it can see the para-
> meters that define its geometry in preferences.js. The obvious thing to do
> would be to change these parameters, but the file starts with a warning not
> to change it. I don't see where in Netscape Preferences one can change the 
> geometry.

Trick X into thinking its starting netscape by calling a script called
netscape located in the same directory where the executable is, mv netscape
to netscape-$version_number first. Ie;
mv netscape netscape-4.02

In the script just have a line something like;

#!/bin/sh

exec /usr/path/to/netscape-4.02 -geometry 520x420+10+1 & $*

> 
> Also, a very minor annoying behavior. I defined a home page for Netscape
> that I put on my HD, and I configured Netscape to open with it. However,
> it insists opening with a "Netscape Communicator 4.07" info page. To get
> my own page to load, I have to click somewhere on the window and my home
> page loads. Can I correct this behavior so that the Communicator info page
> does not load at all?

Then replace the file (possablty index.html) which netscape shows as the
default with your own file, just call it index.html.


Of course there are other ways of achiving the same results, just try all
the suggestions you receive, good luck.

> 
> Haines Brown
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Merry Xmas to all, and may all your troubles be small (ones).

Reply via email to