diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-30 15:58:51 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-30 15:58:51 -0400 |
commit | e879e5212d566046087dc9821843316076c8e84b (patch) | |
tree | 2a5a7cdcd06fab0ba57441f2735a68574acae46b | |
parent | dbab2a06f142894f446f1f66b637242862dcd7bf (diff) |
Fedora 17 does *not* like it if I override it's XAUTHORITY
-rw-r--r-- | .profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |