diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 00:51:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 00:51:24 -0200 |
commit | cc0c046b62b152eeca4c1b97ff91c03d941d2c84 (patch) | |
tree | 05eed4f0852d47b637a728c9935e8c1c240dd595 /modules/profile | |
parent | fc9da7930c735a583e63480a9e8613d748747223 (diff) | |
download | dotfiles-cc0c046b62b152eeca4c1b97ff91c03d941d2c84.tar.gz dotfiles-cc0c046b62b152eeca4c1b97ff91c03d941d2c84.tar.bz2 |
More about the gnome-keyring bug
Diffstat (limited to 'modules/profile')
-rwxr-xr-x | modules/profile/xsession.dot.link | 8 |
1 files 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 |