Development Team/Chroot: Difference between revisions
m →X11 |
m →X11 |
||
| Line 45: | Line 45: | ||
echo "export DISPLAY=\"localhost$DISP\"" | echo "export DISPLAY=\"localhost$DISP\"" | ||
echo "export XAUTHORITY=\"$AUTH\"" | echo "export XAUTHORITY=\"$AUTH\"" | ||
Xephyr -auth "$AUTH" -reset -terminate " | Xephyr -auth "$AUTH" -reset -terminate "$DISP" && rm "$AUTH" | ||
And, ''inside'' the chroot: | And, ''inside'' the chroot: | ||