From c8a5873697fe5652584d64138f644c78256df2f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 13:06:04 -0300 Subject: Cleanup xsession-errors --- xsessionrc.dot.link | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xsessionrc.dot.link') diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 3ceb1b5..8da4bac 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" ] && which gnome-keyring-daemon &> /dev/null; 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 @@ -93,7 +93,7 @@ if [ "$OSVERSION" != "6" ] && which gnome-keyring-daemon &> /dev/null; then #unset GNOME_KEYRING_PID #unset GNOME_KEYRING_CONTROL #eval $(gnome-keyring-daemon --start --components=pkcs11,gpg,secrets) - eval $(gnome-keyring-daemon --start --components=pkcs11,secrets) + #eval $(gnome-keyring-daemon --start --components=pkcs11,secrets) true fi @@ -101,6 +101,6 @@ fi #trap 'kill $(jobs -p)' EXIT # Start window manager -if [ "$OSVERSION" == "7" ] || [ "$START_WINDOW_MANAGER" == "true" ]; then +if [ "$OSVERSION" = "7" ] || [ "$START_WINDOW_MANAGER" = "true" ]; then $WINDOW_MANAGER fi -- cgit v1.2.3