|
Bugzilla – Full Text Bug Listing |
| Summary: | GNOME/firefox opens ogg vorbis video files with banshee | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Holger Hetterich <hhetter> |
| Component: | GNOME | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | stark |
| Version: | Beta 7 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Holger Hetterich
2006-03-09 11:46:31 UTC
I am not sure if this is caused by Firefox alone, so I assigned it to gnome-maintainers, but took Wolfgang into CC. If the webserver doesn't provide a correct-mimetype Firefox (resp. gnome-vfs) can't differentiate between ogg audio and ogg video because it only uses the name "ogg" to find applications. A Firefox logfile can be captured by export NSPR_LOG_MODULES=HelperAppService:5 export NSPR_LOG_FILE=/tmp/firefox.log # start firefox and download the file (it's enough to the get through until the dialog box appears) That will show where the banshee entry comes from. This is related to bug 156210, but I'm not sure that will solve it either exactly since FF asks the user what to open with before the file is downloaded so no sniffing can occur. If it is a http, it is a problem of http server, which provides MIME type on its own. If it is an FTP, I am not sure, but I guess that MIME type is guessed from suffix. For local files it can be a duplicate. The local mime type is fixed. Since the local type is fixed, this is probably as good as we can get if the server is providing the wrong type. |