Re: Synchronous D-Bus calls when loading the Flickr plugin



On Tue, 2015-10-20 at 17:08 +0000, Debarshi Ray wrote:
Hey,

I have this bug: https://bugzilla.gnome.org/show_bug.cgi?id=712617

As the back trace shows, grl_registry_load_plugin_by_id makes a
goa_oauth_based_call_get_access_token_sync call, which involves two
synchronous D-Bus calls - first to goa-daemon, then to
gnome-keyring-daemon. Sometimes this can be noticeably slow.

While this slowness might be a bug in itself, is there any way for me
to avoid making synchronous D-Bus calls in the UI thread during
application startup?

We usually fix those sort of bugs in the plugin itself.


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