Re: [Evolution] Evolution closes when double clicking to open an email




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.




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