GNOME Bugzilla – Bug 659162
Needs to initialize dbus threads
Last modified: 2019-02-22 11:46:02 UTC
Created attachment 196653 [details] [review] Initialize threads As discussed on irc.
That patch only initializes dbus threading before we make the connection, but we may create messages before that. I was incorrect when I said that connect_to_service() was called before any other dbus stuff. So in an effort to be at least somewhat more correct, I've pushed a different version that makes initializes threading before we use any dbus calls.
I don't actually see this commit in git...
Its there now, cool
Yeah, sorry my push failed due to gnome-keyring-daemon not running :/