diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:42:37 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:42:37 -0200 |
commit | 366501920649b2eb98e9abdf37c2d8a27d43a5c8 (patch) | |
tree | 0f11fcdb3d70b12597db3e6c2d00e3649dd8ff61 /modules/profile/xsession.dot.link | |
parent | 154c7e7ec89742d7eb75b07167cccd674c03db2f (diff) | |
download | dotfiles-366501920649b2eb98e9abdf37c2d8a27d43a5c8.tar.gz dotfiles-366501920649b2eb98e9abdf37c2d8a27d43a5c8.tar.bz2 |
Minor change
Diffstat (limited to 'modules/profile/xsession.dot.link')
-rwxr-xr-x | modules/profile/xsession.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/xsession.dot.link b/modules/profile/xsession.dot.link index 98b5225..03cd2be 100755 --- a/modules/profile/xsession.dot.link +++ b/modules/profile/xsession.dot.link @@ -56,7 +56,7 @@ if [ "$OSVERSION" = "7" ]; then # https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177 unset GNOME_KEYRING_PID unset GNOME_KEYRING_CONTROL - #eval $(gnome-keyring-daemon --start) & + #eval $(gnome-keyring-daemon --start --components=pkcs11) & # Start window manager awesome |