Closed Bug 289862 Opened 19 years ago Closed 19 years ago

Launch File doesn't work in Download Manager

Categories

(SeaMonkey :: Download & File Handling, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 258219

People

(Reporter: henry.ye, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20050314
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20050314

Launch File doesn't work in Download Manager

Reproducible: Always

Steps to Reproduce:
1.Download a file in Mozilla
2.Now it is listed as an item in Download Manager
3.Right click the item and choose Launch File
Actual Results:  
Nothing happens

Expected Results:  
Launch File
* Call to xpconnect wrapped JSObject produced this error:  *
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
[nsILocalFile.launch]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS
frame :: chrome://communicator/content/downloadmanager/downloadmanager.js ::
dVC_doCommand :: line 247"  data: no]
************************************************************
An error occurred executing the cmd_openfile command
There shouln't be a "launch file" option in the context menu there on Linux...
var gCannotLaunch = ((navigator.platform.indexOf("Win") == -1) &&
                     (navigator.platform.indexOf("OS/2") == -1) &&
                     (navigator.platform.indexOf("Mac") == -1));

So the launch button/context menuitem should only appear on those platforms.

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