[Bug 264584] New: .bz2 linked to wrong application

https://bugzilla.novell.com/show_bug.cgi?id=264584 Summary: .bz2 linked to wrong application Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Firefox AssignedTo: bnc-team-mozilla@forge.provo.novell.com ReportedBy: martin@gamesplace.info QAContact: qa@suse.de bz2 files linked to wrong a wrong application, namely bunzip2. Thus, selecting "Open With" in Firefox when downloading a .bz2 file results in nothing. Steps to reproduce: 1. Open Firefox 2. Go to http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.21-rc6.tar.bz2 for example 3. Select Open With and notice that the applications selected to open it is bunzip2. 4. Click OK and notice that no window appears. Excepted Results: File-Roller should open the archive. Funnily enough other tar.bz2 work fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=264584 wolfgang@rosenauer.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |martin@gamesplace.info ------- Comment #1 from wolfgang@rosenauer.org 2007-04-15 01:32 MST ------- Please attach the logfile (/tmp/nspr.log) you get if you reproduce it with the following procedure: open terminal export NSPR_LOG_MODULES=HelperAppService:5 export NSPR_LOG_FILE=/tmp/nspr.log firefox -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=264584 martin@gamesplace.info changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|martin@gamesplace.info | ------- Comment #2 from martin@gamesplace.info 2007-04-15 03:14 MST ------- Created an attachment (id=131210) --> (https://bugzilla.novell.com/attachment.cgi?id=131210&action=view) nspr.log -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=264584 wolfgang@rosenauer.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #3 from wolfgang@rosenauer.org 2007-04-15 06:20 MST ------- What happens here is: The webserver serves the content-type: application/x-bzip2 and file extension bz2 Firefox uses system mime.types and mailcap files before it asks gnome-vfs and we have an entry application/x-bzip2; bunzip2 -c %s; copiousoutput in /etc/mailcap. Therefore Firefox choose bunzip2 as handler which is a problem because it's not GUI based. Firefox' behaviour is not really nice but in that case the webserver configuration is also a problem. The best content-type for that file would be application/x-bzip-compressed-tar (while I'm not sure if Firefox would work then correctly). There is some discussion upstream if Firefox should first ask gnome-vfs instead of mailcap, which would be the "best" solution if everyone would use Gnome since it would prefer graphical applications instead of commandline ones. The only workaround in your case for now is to remove bunzip2 from /etc/mailcap. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=264584 wolfgang@rosenauer.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |fixed_bs ------- Comment #4 from wolfgang@rosenauer.org 2007-04-15 23:44 MST ------- Just commited a change to the buildservice firefox package which fixes that case. Now Gnome-VFS is asked before the system mailcap. The user's mailcap in $HOME/.mailcap is still the first checked one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=264584#c5 Wolfgang Rosenauer <wolfgang@rosenauer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2007-07-01 23:51:14 MST --- Fixed in factory -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com