From cc0c046b62b152eeca4c1b97ff91c03d941d2c84 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Feb 2013 00:51:24 -0200 Subject: More about the gnome-keyring bug --- modules/profile/xsession.dot.link | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/profile/xsession.dot.link b/modules/profile/xsession.dot.link index 03cd2be..ca1a774 100755 --- a/modules/profile/xsession.dot.link +++ b/modules/profile/xsession.dot.link @@ -54,9 +54,11 @@ fi if [ "$OSVERSION" = "7" ]; then # See https://bugzilla.redhat.com/show_bug.cgi?id=783568 # https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177 - unset GNOME_KEYRING_PID - unset GNOME_KEYRING_CONTROL - #eval $(gnome-keyring-daemon --start --components=pkcs11) & + # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011 + # https://bugzilla.gnome.org/show_bug.cgi?id=660240 + #unset GNOME_KEYRING_PID + #unset GNOME_KEYRING_CONTROL + eval $(gnome-keyring-daemon --start --components=pkcs11,gpg,secrets) # Start window manager awesome -- cgit v1.2.3