enigmail-thunderbird doesn't work with latest thunderbird
Doug Barton
DougB at FreeBSD.org
Sat Mar 26 18:24:54 PST 2005
Howdy,
Sorry to be the bearer of bad news, but with the recent thunderbird upgrade
I recompiled and reinstalled enigmail as well, and it's not working at all.
The attached patch is necessary to even get it to build and install
correctly, however after that it still doesn't work (I.E., it doesn't show
up in the menu bar, or in the list of extensions).
I am familiar with deleting the XUL.mfsl and compreg.dat files, I've even
resorted to completely deleting ~/.thunderbird, and still no luck. With no
~/.thunderbird file, here is what I get at startup:
Registering Enigmail account manager extension.
Enigmail account manager extension registered.
*** nsExtensionManager::_disableObsoleteExtensions - failure, catching
exception so finalize window can close
*** loading the extensions datasource
*** ExtensionManager:_updateManifests: no access privileges to application
directory, skipping.
Registering Enigmail account manager extension.
Enigmail account manager extension registered.
*** loading the extensions datasource
*** ExtensionManager:_updateManifests: no access privileges to application
directory, skipping.
I also get a dialogue that says "Any old extensions you have installed will
be disabled"
blah,
Doug
--
This .signature sanitized for your protection
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/enigmail-thunderbird/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile 7 Dec 2004 08:44:22 -0000 1.16
+++ Makefile 26 Mar 2005 22:51:27 -0000
@@ -18,6 +18,6 @@
PKGDEINSTALL= ${.CURDIR}/pkg-deinstall
LOCAL_SRCDIR= mail/thunderbird
-LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-1.0
+LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-1.0.2
.include "${MASTERDIR}/Makefile"
Index: pkg-deinstall
===================================================================
RCS file: /home/pcvs/ports/mail/enigmail-thunderbird/pkg-deinstall,v
retrieving revision 1.7
diff -u -r1.7 pkg-deinstall
--- pkg-deinstall 7 Dec 2004 08:56:02 -0000 1.7
+++ pkg-deinstall 26 Mar 2005 22:51:27 -0000
@@ -1,7 +1,7 @@
#!/bin/sh
if test "$2" = "POST-DEINSTALL"; then
-FILE=${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0/chrome/installed-chrome.txt
+FILE=${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0.2/chrome/installed-chrome.txt
cp ${FILE} ${FILE}.orig
cat ${FILE}.orig | grep -v enigmime | grep -v enigmail > ${FILE}
rm ${FILE}.orig
Index: pkg-install
===================================================================
RCS file: /home/pcvs/ports/mail/enigmail-thunderbird/pkg-install,v
retrieving revision 1.7
diff -u -r1.7 pkg-install
--- pkg-install 7 Dec 2004 08:56:02 -0000 1.7
+++ pkg-install 26 Mar 2005 22:51:27 -0000
@@ -1,7 +1,7 @@
#!/bin/sh
if test "$2" = "POST-INSTALL"; then
-cat << EOF >> ${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0/chrome/installed-chrome.txt
+cat << EOF >> ${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0.2/chrome/installed-chrome.txt
skin,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
locale,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
content,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
More information about the freebsd-ports
mailing list