From: Silvio Rhatto Date: Tue, 15 Jan 2013 17:06:11 +0000 (-0200) Subject: Disabling gnome-keyring X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=546b4246f4b6a8f32a8128089fbaf7a446f66945;p=metadot.git Disabling gnome-keyring --- 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