After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 351156 - Contact Viewer does not detect thunderbird executable properly
Contact Viewer does not detect thunderbird executable properly
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal major
: ---
Assigned To: Kevin Kubasik
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-13 12:46 UTC by Kevin Kubasik
Modified: 2006-08-22 20:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
detects tbird exec (691 bytes, patch)
2006-08-13 12:47 UTC, Kevin Kubasik
none Details | Review

Description Kevin Kubasik 2006-08-13 12:46:49 UTC
Like the MailMessage Tile used to, the Contact Viewer defaults to 'thunderbird' and does not test for 'mozilla-thunderbird'.
Comment 1 Kevin Kubasik 2006-08-13 12:47:33 UTC
Created attachment 70815 [details] [review]
detects tbird exec

Pretty self explanatory.
Comment 2 Pierre Östlund 2006-08-13 17:01:21 UTC
Instead of duplicating code, wouldn't it be better to create a new method in the Beagle.Util.Thunderbird-class that would return a valid "executable name"?
Comment 3 Kevin Kubasik 2006-08-13 17:22:33 UTC
I thought about that pretty much as soon as the patch was submitted. I plan to change it when I get home tonight, or sometime tomorrow.
Comment 4 Joe Shaw 2006-08-22 20:02:27 UTC
I just checked in a modified patch based on Pierre's suggestion.