From c07950aded2c117b118eb445d97ab354d5657ab8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 14 Mar 2016 16:31:01 -0300 Subject: Test if gnome-keyring-daemon is available --- xsessionrc.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3