First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 56894
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mozilla Gentoo Team <mozilla@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thierry Carrez (RETIRED) <koon@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 56894 depends on: Show dependency tree
Bug 56894 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-13 06:53 0000
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 From Thierry Carrez (RETIRED) 2004-07-19 01:53:14 0000 -------
Reassigning to mozilla team :)

------- Comment #2 From Aron Griffis (RETIRED) 2004-08-05 15:09:59 0000 -------
Fixed in mozilla-launcher-1.16, thanks!

First Last Prev Next    No search results available      Search page      Enter new bug