Re: Default programs
Dirk Steins <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.beos |
|---|---|
| Organization | T-Online |
| Message-ID | <[email protected]> |
Jürgen Starek wrote:
> Hello everyone,
>
> I don't know if this is an FAQ, but anyway:
>
> I'm running Mozilla for BeOS build ID 2002051500 on BeOS PE 5.0.3.
>
> I have set Mail-It as the system-wide default mailer. However, clicking
> on a mailto:-link in Mozilla brings up Mozilla's own mailer...
This is also a problem on other operating system, e.g. windows. You can
fix this by adding the following to your prefs.js file:
// If you want Mozilla to open up a mail client other than Mail/News
// when you click on a mailto: URL, add this pref.
// More detailed information can be found here
user_pref("network.protocol-handler.external.mailto", true);
You can find this tip at http://www.geocities.com/pratiksolanki/
There is also a link how to find your prefs.js and how to change it.
> And one last problem: I am often unable to type text in input fields, no
> matter whether they are on a web page or in dialogs. Is this a known
> problem?
I would say this is a BeOS specific problem of the current port.
Dirk