Here is a patch that should automatically find the executable, even for newer versions of evolution.
Cheers,
Jan
--
OpenPGP Key-ID: 00A0FD5F
"Why should I fear death? If I am, death is not. If death is, I am not. Why
should I fear that which cannot exist when I do?" -- Epicurus
--- /usr/lib/lbdb/m_evolution 2010-05-19 06:46:06.000000000 +1200
+++ m_evolution 2010-07-05 19:32:48.000000000 +1200
@@ -28,7 +28,7 @@
m_evolution_query ()
{
AWK=/usr/bin/awk
- EVOLUTION_ADDRESSBOOK_EXPORT=/usr/bin/evolution-addressbook-export
+ EVOLUTION_ADDRESSBOOK_EXPORT=$(find /usr/lib/evolution/ -name evolution-addressbook-export)
if [ -x $EVOLUTION_ADDRESSBOOK_EXPORT ]; then
$EVOLUTION_ADDRESSBOOK_EXPORT 2>/dev/null \
signature.asc
Description: Digital signature

