Re: Which "mozilla" accepts options

2004-10-24 Thread Parv
in message <[EMAIL PROTECTED]>,
wrote Ben Washington-Yule thusly...
>
> "mozilla -help" gives loads of options, the ones I'm interested in
> are -height  and -width , but I have on my computer
> /usr/X11R6/bin/mozilla (a shell script),
> /usr/X11R6/lib/mozilla/mozilla (also a shell script) and
> /usr/X11R6/lib/mozilla/mozilla-bin (an executable)

bin/mozilla calls mozilla/mozilla which sets up the environment for
mozilla/mozilla-bin & eventually executes mozilla/mozilla-bin.


> , which of the "mozilla"s do I pass options to? I have tried all
> of them with little success.

When you run "mozilla -help", note the first line...

  Usage: ./mozilla-bin [ options ... ] [URL]


So it's mozilla/mozilla-bin which will take care of the options of
height & width.  If the specified options are ignored, then it is time
to search the bugs database for mozilla (or file a bug yourself) ...

  https://bugzilla.mozilla.org/


...supplying "width height option" as the search term, yields ...

  -width and -height options ignored:
https://bugzilla.mozilla.org/show_bug.cgi?id=50201


  - Parv

-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Which "mozilla" accepts options

2004-10-23 Thread Ben Washington-Yule
Hi all,
"mozilla -help" gives loads of options, the ones I'm interested in are 
-height  and -width , but I have on my computer 
/usr/X11R6/bin/mozilla (a shell script), /usr/X11R6/lib/mozilla/mozilla 
(also a shell script) and /usr/X11R6/lib/mozilla/mozilla-bin (an 
executable), which of the "mozilla"s do I pass options to? I have tried 
all of them with little success.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"