diff --git a/haini.sh b/haini.sh index b51c7f1..1541701 100755 --- a/haini.sh +++ b/haini.sh @@ -50,6 +50,7 @@ correr() { fi env -i \ + DISPLAY="$DISPLAY" \ TERM="$TERM" \ USER="suttier" \ HOME="/home/suttier" \ @@ -70,6 +71,7 @@ correr() { --unshare-cgroup-try \ --bind "$ENTORNO" / \ --bind "$ROOT" /Sutty \ + --ro-bind ~/.Xauthority /home/suttier/.Xauthority \ --ro-bind /etc/hosts /etc/hosts \ --ro-bind /etc/resolv.conf /etc/resolv.conf \ --ro-bind /etc/localtime /etc/localtime \