On 10/26/09 11:29 PM, Brian.Lu at Sun.COM wrote:
> Can you try the following for me with the account that has the issue?
>
> 1. Open a terminal
> 2. run "truss -f -o /tmp/thunderbird.truss
> /usr/lib/thunderbird/thunderbird-bin"
Thanks for suggesting truss.
# grep firefox /tmp/thunderbird.truss
9388: execve("/opt/sfw/lib/firefox/firefox", 0xF574A8D0, 0xFA136D08) Err#2
ENOENT
Creating a link from /opt/sfw/lib/firefox to /usr/lib/firefox fixes the
problem but it is not exactly a satisfactory solution.
# grep firefox prefs.js
user_pref("network.protocol-handler.app.http", "/usr/lib/firefox/firefox");
So where is Thunderbird picking up this ancient path from?
Thanks -- Frank