Closed Bug 160238 Opened 22 years ago Closed 22 years ago

Helper applications can't accept arguments or options

Categories

(Core Graveyard :: Viewer App, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 57420

People

(Reporter: fs, Assigned: dcone)

Details

If a helper option requires an argument (for example "xmms --enqueue") then
mozilla tries access() on the whole field value, ie

access("/usr/bin/xmms --enqueue")

which fails, of course, as it should be checking

access("/usr/bin/xmms")

and then appending --enqueue only when it's actually executed.
dupe of "no support for helper app command line args"

*** This bug has been marked as a duplicate of 57420 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.