From 87ec7feed9f2bd3c25e2e49190482a7cb059eaa8 Mon Sep 17 00:00:00 2001
From: Thierry Vignaud <tv@mandriva.org>
Date: Fri, 25 Jul 2008 10:20:59 +0000
Subject: prefer Xephyr over Xnest since Xnest lacks many extensions needed by
 matchbox-window-manager

---
 tools/drakx-in-chroot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tools')

diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot
index a40fce56a..b12f9cf8f 100755
--- a/tools/drakx-in-chroot
+++ b/tools/drakx-in-chroot
@@ -82,7 +82,7 @@ eval { cp_af($_, "$SLASH_LOCATION$_") } foreach qw(/etc/resolv.conf);
 }
 
 my $Xnest_pid;
-my $Xnest_bin = find { whereis_binary($_) } 'Xnest', 'Xephyr';
+my $Xnest_bin = find { whereis_binary($_) } 'Xephyr', 'Xnest';
 if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin) {
     my $DISPLAY = ':8';
     $Xnest_pid = fork();
-- 
cgit v1.2.1