Bugs

Differences between revisions 2 and 95 (spanning 93 versions)
Revision 2 as of 2009-11-11 17:04:32
Size: 844
Editor: 173-29-14-23
Comment:
Revision 95 as of 2021-06-29 00:44:30
Size: 0
Editor: fitojb
Comment: all of this is dead
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Common Bugs =

= Troubleshooting/Debugging Tips =

== General ==

=== What version is installed ===
 1. From terminal session: sudo apt-cache policy package-name
Output will show what version is installed, which versions are available.

== Contacts ==

=== Getting debug info ===
 1. Applications->Accessories->Terminal, and run:
    evolution --force-shutdown
    /usr/lib/evolution/evolution-data-server-2.28 > ~/evolution_debug.log
 1. Applications->Internet->Evolution Mail
 1. Try to reproduce bug and then attach ~/evolution_debug.log to a bug report

== CouchDB ==

== Files ==

== Notes ==

=== Getting debug info ===
 1. Quit Tomboy
 1. Applications->Accessories->Terminal, and run:
    tomboy --debug > ~/tomboy_debug.log
 1. Try to reproduce the bug and then attach ~/tomboy_debug.log to a bug report