HP-UX Thunderbird Version 2.0.0.24 Release Notes

Direct your support requests to your local HP Support hotline or by using the HP IT
Resource Center.
Known issues
Problem: Problem with opening web links from Thunderbird using Firefox.
Workaround:
Include the following in $HOME/.thunderbird/><.default/prefs.js
user_pref("network.protocol-handler.external.https",true);
user_pref("network.protocol-handler.app.https","/opt/firefox/firefox");
Problem: Problem suppressing warning message " Gtk-WARNING **: Could not find
the icon 'gnome-fs-home'. The 'hicolor' theme was not found either, perhaps you need
to install it. You can get a copy from: http://freedesktop.org/Software/icon-theme"
Workaround:
Set the XDG_DATA_DIRS environment variable to /opt/gtk2.6/share with the
following command:
export XDG_DATA_DIRS=/opt/gtk2.6/share
6