vital fixes to sudo function
[feisty_meow.git] / scripts / core / launch_feisty_meow.sh
index aef7f199f4031eb233639a09d60e1583d8ed58f7..1e7e6c993f0657d813bfbd0066ad053ef7835244 100644 (file)
@@ -104,7 +104,7 @@ if [ "$NO_REPAIRS_NEEDED" == "true" ]; then
   # this allows root or other su'd identities to create windows with same
   # display variable.
   if [ ! -z "$DISPLAY" -a ! -z "$IMPORTED_XAUTH" ]; then
-    xauth add $IMPORTED_XAUTH
+    xauth add $DISPLAY . $IMPORTED_XAUTH
   fi
   
   ##############