After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659162 - Needs to initialize dbus threads
Needs to initialize dbus threads
Status: RESOLVED FIXED
Product: libgnome-keyring
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks: 659040
 
 
Reported: 2011-09-15 16:35 UTC by Alexander Larsson
Modified: 2019-02-22 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initialize threads (859 bytes, patch)
2011-09-15 16:35 UTC, Alexander Larsson
none Details | Review

Description Alexander Larsson 2011-09-15 16:35:25 UTC
Created attachment 196653 [details] [review]
Initialize threads

As discussed on irc.
Comment 1 Stef Walter 2011-09-15 17:30:19 UTC
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.
Comment 2 Alexander Larsson 2011-09-15 18:05:06 UTC
I don't actually see this commit in git...
Comment 3 Alexander Larsson 2011-09-16 06:08:01 UTC
Its there now, cool
Comment 4 Stef Walter 2011-09-16 09:40:29 UTC
Yeah, sorry my push failed due to gnome-keyring-daemon not running :/