From e879e5212d566046087dc9821843316076c8e84b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 30 May 2012 15:58:51 -0400 Subject: Fedora 17 does *not* like it if I override it's XAUTHORITY --- .profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index d2a1e6c..d023923 100644 --- a/.profile +++ b/.profile @@ -57,7 +57,9 @@ if [ -x "`which alsactl 2>/dev/null`" ]; then fi # X11 -export XAUTHORITY=$HOME/.Xauthority +if [ -z "$XAUTHORITY" ]; then + export XAUTHORITY=$HOME/.Xauthority +fi # Start background programs ########################################## if [ -f "$HOME/.login-daemons" ]; then -- cgit v1.2.3-2-g168b