On Thu, 2020-01-16 at 20:21 -0600, Robert G (Doc) Savage via evolution-
list wrote:
> Every time I connect to a different folder, set a filter, or click
> on send/receive, there's a 24-26 second pause before the result is
> displayed

        Hi,
does the same happen when you open the menu System->Preferences->Look
and Feel->Popup Notifications and click on "Preview" there? If so, then
I guess you have installed more than just MATE desktop in the system,
which would mean you face:
https://bugzilla.redhat.com/show_bug.cgi?id=1490959
The comment #1 contains a workaround, apart of uninstalling the other
desktop environment.

If it's not it, then I guess you can still log into a text terminal
(for example Ctrl+Alt+F3 , of other Fn key), where you can capture
backtrace of frozen evolution, to see what it is trying to do. That
would be done ideally with debuginfo packages at least for evolution-
data-server and evolution installed, but maybe as a starter it can be
done even without it. The command to use is:

   $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt

Please check the bt.txt for any private information, like passwords,
email address, server addresses,... I usually search for "pass" at
least (quotes for clarity only).

To return back to the graphical interface use Alt+F1 or Alt+F2 or some
such, your session can be on one of those consoles.

> Jan 15 23:02:08 tiger.protogeek.org xdg-desktop-por[8858]: Failed to
> get application states:
> GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window
> list: Cannot invoke method; proxy is for the well-known name
> org.gnome.Shell without an owner, and proxy was constructed with the
> G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag

Heh, this is funny. So xdg-desktop-por... (possibly xdg-desktop-portal-
gtk) finally works only under GNOME Shell and nowhere else, or some
parts of it. That's an interesting news to me. (I've no intention to
start a flame war here, it's just funny.)

        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