> Running Evolution from the command line returns that following error:
> "(evolution:3493): Gtk-WARNING **: 12:35:19.827: Failed to register
> client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered:
> Unable to register client"

That's just a warning, I don't think it will be related to this
problem.

> 
> > Since that didn't solve your problem have you tried running Evolution
> > under the debugger as also detailed towards the end of this message:
> 
> I do not know how to run an environment variable with the executable
> to create a backtrace with a particular debugger, which apparently
> has to be installed.

In this message:

 https://mail.gnome.org/archives/evolution-list/2018-July/msg00006.html

The instructions are at the bottom. It says

 $ export GDK_SYNCHRONIZE=1
 $ gdb evolution --ex "b gdk_x_error" --ex r --ex "bt" --ex "t a a bt" --ex q

gdb may need to be installed, but it's the standard Gnu debugger. For
there to be useful variable and procedure names in the output (rather
than just memory locations) you need to have the symbol packages
installed (and I think Ralf pointed you in the right direction for that
on Ubuntu).

But it's a moot point - you have already found out what the issue is
...

> 
> 
> PS Is this the correct posting method?
> I had to look up "Top Posting"
> 
Yes. That is perfect. Thank you.

P.


_______________________________________________
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