Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 693003 Details for
Bug 907156
gnome-keyring-daemon fails to unlock/spawn popup in shell when auto-loggedin
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Debugging output patch
debug-secret-unlock.patch (text/plain), 1.68 KB, created by
Stef Walter
on 2013-02-04 21:34:27 UTC
(
hide
)
Description:
Debugging output patch
Filename:
MIME Type:
Creator:
Stef Walter
Created:
2013-02-04 21:34:27 UTC
Size:
1.68 KB
patch
obsolete
>diff --git a/daemon/dbus/gkd-secret-unlock.c b/daemon/dbus/gkd-secret-unlock.c >index 82330c4..f971ec1 100644 >--- a/daemon/dbus/gkd-secret-unlock.c >+++ b/daemon/dbus/gkd-secret-unlock.c >@@ -261,6 +261,7 @@ perform_next_unlock (GkdSecretUnlock *self) > /* Find the collection, make sure it's still around */ > collection = lookup_collection (self, objpath); > if (collection == NULL) { >+ g_debug ("collection to unlock no longer exists: %s", objpath); > g_free (objpath); > continue; > } >@@ -271,6 +272,7 @@ perform_next_unlock (GkdSecretUnlock *self) > continue; > > } else if (!locked) { >+ g_debug ("collection is not locked: %s", objpath); > g_array_append_val (self->results, objpath); > g_object_unref (collection); > continue; >@@ -285,6 +287,7 @@ perform_next_unlock (GkdSecretUnlock *self) > * pops us back off the unlock prompt queue > */ > if (proceed) { >+ g_debug ("proceeding to unlock collection: %s", objpath); > common_unlock_attributes (&builder, collection); > gck_builder_add_data (&builder, CKA_VALUE, NULL, 0); > >@@ -303,6 +306,7 @@ perform_next_unlock (GkdSecretUnlock *self) > * and this function will be called again later. > */ > if (!proceed) { >+ g_debug ("already unlocking, not proceeding: %s", objpath); > g_queue_push_head (self->queued, objpath); > break; > } >diff --git a/daemon/gkd-main.c b/daemon/gkd-main.c >index 1d10132..eda0b16 100644 >--- a/daemon/gkd-main.c >+++ b/daemon/gkd-main.c >@@ -911,6 +911,7 @@ main (int argc, char *argv[]) > if (!g_getenv ("G_DEBUG")) > g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); > #endif >+ g_setenv ("G_MESSAGES_DEBUG", "all", TRUE); > > #if !GLIB_CHECK_VERSION(2,35,0) > g_type_init ();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 907156
:
692799
|
692894
|
692895
|
693003
|
693042
|
693043
|
693870
|
693943