Maxlor wrote:
>>> First, the splash screen should be disable-able. Not that it
>>
>> isn't cool, but
>>
>>> I just don't like splash screens. I think I'm not the only one.
>>
>> I guess, you can (as I know the Mozilla folks - there are prefs for
>> everything :) ). try starting "Mozilla.exe -help" in a console window,
>> and dig through the default prefs (<instdir>/defaults/prefs) - they are
>> a huge base for tweaking info. Posts the results here if you find
>> something interesting.
>
>
> Couldn't find anything in the prefs dir, and both "beonex -h" and
> "beonex -help" revealed nothing (actually, nothing happened at all, the
> browser didn't open or anything).
You're right. Odd - works on Linux. Here's the output (it *should* also
work in Win32):
[ben exec]$ ./mozilla -help
[...]
Usage: ./mozilla-bin [ options ... ] [URL]
where options include:
-height <value> Set height of startup window to <value>.
-h or -help Print this message.
-installer Start with 4.x migration window.
-width <value> Set width of startup window to <value>.
-v or -version Print ./mozilla-bin version.
-CreateProfile <profile> Create and start with <profile>.
-P <profile> Start with <profile>.
-ProfileWizard Start with profile wizard.
-ProfileManager Start with profile manager.
-SelectProfile Start with profile selection dialog.
-splash Enable splash screen.
-compose <url> Start with messenger compose.
-edit <url> Start with editor.
-mail Start with mail.
-chrome <url> Start with browser.
-addressbook Start with the addressbook.
-chat Start with an IRC chat client
-jsconsole Start with Javascript Console
-news Start with news.
A very important option in Win32 is also "-console" - it shouws debug
output in a console window. Very helpful for bug hunting.
>>> t seems you have much confidence in Google's "I Feel Lucky" Button.
>>
>> Not really. But more confidence than in Netscape Netcenter.
>>
>> What is your opinion? Should the Internet Keywords feature be disabled
>> by default?
>
>
> When I installed Beonex (Win Version), if I entered a random word into the
> address bar, it would query google for the first search result and jump to
> it
For me, it accesses <http://word>, which I consider being correct. Same
for another Mozilla tester. Does anybody else see this (Internet
Keywords being triggered for a single word, instead of http:)?
> I'd rather have it display the search results list, so I changed the following
> line in all.js
> pref("keyword.URL",
> "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=");
> to this:
> pref("keyword.URL",
> "http://www.google.com/search?num=100&btnG=Google+Search&as_q=");
Yup. Good tip.
> I don't see what this has to do with netscape's netcenter
Netscape 6 and Mozilla use Netscape Netcenter's Internet Keywords.
> and please do not disable this feature by default!
Why not (given the above)? You still have the search button, and you can
enable it easily via the prefs panel.