From 644f41d665f168bc0f77289ef7138198ecf13fa8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 12 Dec 2015 13:58:59 +0100 Subject: fix running with xserver-1.18 --- tools/drakx-in-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/drakx-in-chroot') diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index 02cf53ce4..4fe2f014c 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -142,7 +142,7 @@ if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin && join('', @ARGV if (!$Xnest_pid) { exec $Xnest_bin, $DISPLAY, '-ac', ($Xnest_bin eq 'Xephyr' ? '-screen' : '-geometry'), $resolution or die "Xnest failed\n"; } - $ENV{DISPLAY} = '127.0.0.1' . $DISPLAY; + $ENV{DISPLAY} = $DISPLAY; } if (my $pid = fork()) { -- cgit v1.2.1