[gnomeweb-wml] Update Evolution debug instructions. Fixes bug #657687



commit ee31b2fadbdc97d457f0dae49e17c62d7955e448
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Aug 30 15:04:57 2011 +0200

    Update Evolution debug instructions. Fixes bug #657687

 projects.gnome.org/evolution/bugs.shtml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/projects.gnome.org/evolution/bugs.shtml b/projects.gnome.org/evolution/bugs.shtml
index ae890df..3906fa1 100644
--- a/projects.gnome.org/evolution/bugs.shtml
+++ b/projects.gnome.org/evolution/bugs.shtml
@@ -84,7 +84,9 @@ gdb evolution
 <ol>
   <li>${install_prefix}/bin/evolution</li>
 
-  <li>${install_prefix}/libexec/evolution-data-server-1.0</li>
+  <li>${install_prefix}/libexec/e-calendar-factory</li>
+
+  <li>${install_prefix}/libexec/e-addressbook-factory</li>
 
   <li>${install_prefix}/libexec/evolution/${version}/evolution-alarm-notify</li>
 
@@ -129,7 +131,7 @@ gdb evolution
 
 <p>The server traffic will be logged to /tmp/camel.out file delimited by the words "sending:" and "receiving:". Certain information such as usernames and passwords, and most message content will be hidden or not printed.</p>
 
-<p>From evolution 1.5.5 onwards, a simpler debug variable with more features has been added, CAMEL_DEBUG. For most cases, simply use CAMEL_DEBUG=all instead of CAMEL_VEBOSE_DEBUG=1.</p>
+<p>From evolution 1.5.5 onwards, a simpler debug variable with more features has been added, CAMEL_DEBUG. For most cases, simply use CAMEL_DEBUG=all instead of CAMEL_VERBOSE_DEBUG=1.</p>
 
 <h3>GroupWise Debug</h3>
 
@@ -138,7 +140,7 @@ gdb evolution
 <ol>
   <li>Exit evolution and run the command 'evolution --force-shutdown'</li>
 
-  <li>Run the command 'env GROUPWISE_DEBUG=1 ${install_prefix}/libexec/evolution-data-server-1.x &gt;&amp; /tmp/groupwise.out'</li>
+  <li>Run the command 'env GROUPWISE_DEBUG=1 ${install_prefix}/libexec/e-calendar-factory &gt;&amp; /tmp/groupwise.out' for Calendar issues, or 'env GROUPWISE_DEBUG=1 ${install_prefix}/libexec/e-addressbook-factory &gt;&amp; /tmp/groupwise.out' for address book issues</li>
 
   <li>start evolution and access GroupWise calendar or contacts</li>
 </ol>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]