Closed Bug 183542 Opened 22 years ago Closed 22 years ago

Chimera doesn't always use Launch Services (ex. FTP)

Categories

(Camino Graveyard :: OS Integration, defect)

PowerPC
macOS
defect
Not set
minor

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: me, Assigned: sdagley)

References

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021204 Chimera/0.6+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021204 Chimera/0.6+

I have told Launch Services to handle FTP in a particular FTP client. Just
because Chimera already has an FTP protocol handler doesn't mean that it should
ignore Launch Services. It should instead register itself with LS and then have
a preference pane to tell it what protocols it should handle or pass out to LS.
(For example, a list of checkboxes with HTTP, HTTPS, FTP, etc...)

Reproducible: Always

Steps to Reproduce:
->dagley
Assignee: sfraser → sdagley
This is by design.  If Chimera knows how to handle a protocol it's gonna handle
it internally.  If the user wishes to override that they can add a per-protocol
pref to their user.js file such as:

    user_pref("network.protocol-handler.external.mailto", true);

Not that mailto is a protocol Chimera will attempt to handle itself but it
illustrates the usage.  And no, we have no plans to add UI for setting this as
it isn't something most users would ever need to see.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
*** Bug 185835 has been marked as a duplicate of this bug. ***
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.