tags 658479 + patch thanks On 05.02.2012 08:13, Michael Biebl wrote: > > I'm pretty sure I found the problem: I had the same issue and after a > bit of debugging I found that /usr/lib/icedove/chrome.manifest is > missing. As a result, the libmozgnome.so component is not loaded, so the > system settings are not read.
Attached is a patch which fixes this problem. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
From 513044451135491cebdde38b42cae9f152a1e3ce Mon Sep 17 00:00:00 2001 From: Michael Biebl <bi...@debian.org> Date: Sun, 5 Feb 2012 09:24:40 +0100 Subject: [PATCH] Install chrome.manifest file to ensure the various components (like GNOME support module) are correctly loaded. (Closes: #658479) --- debian/thunderbird.install.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian/thunderbird.install.in b/debian/thunderbird.install.in index bbd0df9..a0f23c3 100644 --- a/debian/thunderbird.install.in +++ b/debian/thunderbird.install.in @@ -18,6 +18,7 @@ debian/tmp/usr/lib/@DEB_MOZ_APPLICATION@/omni.jar usr/share/@DEB_MOZ_APPLICATION debian/tmp/usr/lib/@DEB_MOZ_APPLICATION@/components/lib*.so debian/tmp/usr/lib/@DEB_MOZ_APPLICATION@/components/binary.manifest +debian/tmp/usr/lib/@DEB_MOZ_APPLICATION@/chrome.manifest debian/icedove.js etc/@DEB_MOZ_APPLICATION@/pref debian/vendor.js usr/share/@DEB_MOZ_APPLICATION@/defaults/pref -- 1.7.9
signature.asc
Description: OpenPGP digital signature