Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260354 - www-client/mozilla-firefox-3.0.6 - download manager can't open Error: Couldn't open 'file:///tmp/<filename>' whereas it works in the address bar
Summary: www-client/mozilla-firefox-3.0.6 - download manager can't open Error: Couldn'...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 09:39 UTC by savi
Modified: 2009-03-11 09:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
screenshot of the problem (firefox_dlmgr_bug.jpg,112.80 KB, image/jpeg)
2009-02-26 09:42 UTC, savi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description savi 2009-02-26 09:39:53 UTC
I download a file.
I try to open it from the download manager (right-click on the file, and "Open"). Nothing happens.
If I run firefox from a terminal, I see this error : 
Error: Couldn't open file 'file:///tmp/<filename>'
If I paste the 'file:///tmp/<filename>' url in the address bar, the associated application pops up.

Happens with all kind of files

The option "Open containing folder" doesn't work either.

I run a fluxbox desktop, maybe firefox doesn't integrate well with it...



Reproducible: Always

Steps to Reproduce:
1. On a gentoo without gnome and kde, but with fluxbox
2. Launch firefox
3. Download a file
4. Open the Download manager
5. Right-click on the file, choose Open

Actual Results:  
Error : Can't open file://<filename>

Expected Results:  
Firefox should, eihter fire the associated application or at least ask what application should be used to open the file.

xdg-open correctly opens the file.
USE flags : dbus ipv6 java linguas_fr mozdevelop startup-notification xulrunner 
As a side note, the option "Open containing folder", should pop-up a file manager or at least ask for one.
Comment 1 savi 2009-02-26 09:42:15 UTC
Created attachment 183240 [details]
screenshot of the problem
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2009-03-05 17:53:50 UTC
Try with -bin
Comment 3 savi 2009-03-10 10:36:44 UTC
(In reply to comment #2)
> Try with -bin
> 

I suppose this short comment was meant to say try to emerge mozilla-firefox-bin...
I did that and it works.

Now the bug remains for the mozilla-firefox ebuild, and it's not that great for a gentoo distribution...
Comment 4 Raúl Porcel (RETIRED) gentoo-dev 2009-03-10 10:43:36 UTC
Try emerging mozilla-firefox with USE="gnome"
Comment 5 savi 2009-03-11 09:17:40 UTC
(In reply to comment #4)
> Try emerging mozilla-firefox with USE="gnome"
> 
Nice catch ! It works !

However I find confusing the fact that I have to emerge firefox with the gnome keyword when I don't want gnome installed.

A warning when emerging without the gnome keyword would be nice...