diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-15 15:06:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-15 15:06:11 -0200 |
commit | 546b4246f4b6a8f32a8128089fbaf7a446f66945 (patch) | |
tree | 68ede5f0854cb34fb30af34d1ac9e8589d675f64 /modules | |
parent | 2d2952e671c6b1402fb6e780c8f6107bc24878e3 (diff) | |
download | dotfiles-546b4246f4b6a8f32a8128089fbaf7a446f66945.tar.gz dotfiles-546b4246f4b6a8f32a8128089fbaf7a446f66945.tar.bz2 |
Disabling gnome-keyring
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/profile/xprofile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile/xprofile b/modules/profile/xprofile index bfafe46..eeeaf27 100755 --- a/modules/profile/xprofile +++ b/modules/profile/xprofile @@ -38,3 +38,8 @@ fi for program in $PROGRAMS; do $program & done + +# 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 |