On Wed, 2015-04-29 at 01:30 -0700, Jeffrey Needle wrote:
> Using Evolution 3.10.4, latest distro in the repos for Deepin Linux.
> 
> The calendar isn't connecting to Google.  Not sure why.  Here's the 
> screens shot of the message:

        Hi,
that means that the evolution-calendar-factory process couldn't be
started, eventually it crashed. Hard to tell why without a backtrace
for the crash. I guess it happened when the Google calendar was
updating itself. You can try to run the process on your own, then
start evolution and try to open the Google calendar. You will see on
the console of the evolution-calendar-factory process some output. Run
it as this:
   $ /usr/lib/evolution/evolution-calendar-factory -w
alternatively directly under gdb (have installed debuginfo packages
for evolution-data-server):

   $ gdb /usr/lib/evolution/evolution-calendar-factory --ex "r -w" \
     --ex bt --ex "t a a bt" --ex c

The printed output on the console can contain private data, like
passwords, email address, server addresses,... I usually search for
"pass" at least (quotes for clarity only).
        Bye,
        Milan

_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to