Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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} ---------------------------------------------------------------------
Reassigning to mozilla team :)
Fixed in mozilla-launcher-1.16, thanks!