Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56894 - mozilla-launcher-1.15 partially incompatible with thunderbird-bin
Summary: mozilla-launcher-1.15 partially incompatible with thunderbird-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-13 06:53 UTC by Thierry Carrez (RETIRED)
Modified: 2004-08-05 15:09 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Carrez (RETIRED) gentoo-dev 2004-07-13 06:53:17 UTC
The fix "Workaround thunderbird needing -a Thunderbird"in mozilla-launcher breaks thunderbird-bin compatibility, as the directory specified there is only valid for thunderbird.

Quick and dirty fix :

---------------------------------------------------------------------
173,175d172
<   # Trim -bin from ${zero} for the sake of xremote -a programname
<   zero=${zero%-bin}
<
181a179,185
>   if [[ $zero == thunderbird-bin ]]; then
>     fgrep -q '"0.7"' /opt/thunderbird/defaults/pref/thunderbird.js \
>       && zero=Thunderbird
>   fi
>
>   # Trim -bin from ${zero} for the sake of xremote -a programname
>   zero=${zero%-bin}
---------------------------------------------------------------------
Comment 1 Thierry Carrez (RETIRED) gentoo-dev 2004-07-19 01:53:14 UTC
Reassigning to mozilla team :)
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-08-05 15:09:59 UTC
Fixed in mozilla-launcher-1.16, thanks!