aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxsessionrc.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link
index 4cc07a1..3ceb1b5 100755
--- a/xsessionrc.dot.link
+++ b/xsessionrc.dot.link
@@ -85,7 +85,7 @@ if which parcellite > /dev/null 2>&1; then
fi
# Keyring
-if [ "$OSVERSION" != "6" ]; then
+if [ "$OSVERSION" != "6" ] && which gnome-keyring-daemon &> /dev/null; then
# See https://bugzilla.redhat.com/show_bug.cgi?id=783568
# https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011