From 6de964e6498d0fc4361df9240a615aba2214ce14 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 27 Aug 2022 22:40:00 -0300 Subject: [PATCH] soportar X por si estamos testeando en navegadores por ejemplo --- haini.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haini.sh b/haini.sh index 112aa4e..c18eb3b 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 \ + --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 \