rpms/gnome-keyring/F-8 no-autounlock.patch,NONE,1.1

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Oct 25 09:21:41 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/gnome-keyring/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12473

Added Files:
	no-autounlock.patch 
Log Message:
* Mon Oct 15 2007 Matthias Clasen  <mclasen at redhat.com> - 2.20.1-2
- Disable the auto-unlock question for now (#312531)


no-autounlock.patch:

--- NEW FILE no-autounlock.patch ---
diff -up gnome-keyring-2.20.1/daemon/gkr-daemon-ops.c.no-autounlock gnome-keyring-2.20.1/daemon/gkr-daemon-ops.c
--- gnome-keyring-2.20.1/daemon/gkr-daemon-ops.c.no-autounlock	2007-10-25 05:08:58.000000000 -0400
+++ gnome-keyring-2.20.1/daemon/gkr-daemon-ops.c	2007-10-25 05:12:27.000000000 -0400
@@ -503,8 +503,11 @@ request_keyring_access (GkrKeyringReques
 	 * to unlock automatically next time. 
 	 */
 	login = gkr_keyrings_get_login ();
+#if 0
+/* autounlock does not currently work, see https://bugzilla.redhat.com/buglist.cgi?bug_id=250147,312531 */
 	if (login && login != keyring)
 		gkr_ask_request_set_check_option (ask, _("Automatically unlock this keyring when I log in."));
+#endif
 	
 	/* Intercept item access requests to see if we still need to prompt */
 	g_signal_connect (ask, "check-request", G_CALLBACK (check_keyring_ask_request), NULL);




More information about the fedora-extras-commits mailing list