Bug 694807

Summary: Thunderbird desktop file does not handle URLs
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: thunderbirdAssignee: Christopher Aillon <caillon>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: 15CC: gecko-bugs-nobody, rdieter
Target Milestone: ---Keywords: EasyFix, Patch, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-01 00:50:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to .desktop file none

Description Michel Lind 2011-04-08 13:40:07 UTC
Description of problem:
Thunderbird ships with a mozilla-thunderbird.desktop with an Exec line that does not pass any URL to the thunderbird binary. This means that when selecting Thunderbird as a preferred application, clicking on an email address (or using gvfs-open) would launch Thunderbird, but not trigger the compose window.

Version-Release number of selected component (if applicable):
thunderbird-3.1.9-6.fc15.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Select Thunderbird as default mail app
2. gvfs-open foo
  
Actual results:
Thunderbird launches (if not already started); no compose window

Expected results:
Thunderbird launches (if not already started); compose window pre-filled with
address

Additional info:

Comment 1 Michel Lind 2011-04-08 14:02:46 UTC
Created attachment 490799 [details]
Patch to .desktop file

also fixes this uncommented occurence of %{_lib} in %changelog

Comment 2 Christopher Aillon 2011-04-11 05:43:14 UTC
I've pushed your two fixes as individual commits to master and f15, but haven't yet done a build, wanted to get a few other things looked at first.

Comment 3 Michel Lind 2011-08-01 00:50:40 UTC
Fixed in thunderbird-3.1.9-7.fc15 and above