summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-25 10:20:59 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-25 10:20:59 +0000
commit87ec7feed9f2bd3c25e2e49190482a7cb059eaa8 (patch)
treec4e67c1e04f7b66e4795e30e00c12a9775f84bc9 /tools
parent2d7d346e7fa7b4d883576313d4e3a99a5df53a0a (diff)
downloaddrakx-backup-do-not-use-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar
drakx-backup-do-not-use-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar.gz
drakx-backup-do-not-use-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar.bz2
drakx-backup-do-not-use-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar.xz
drakx-backup-do-not-use-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.zip
prefer Xephyr over Xnest since Xnest lacks many extensions needed by
matchbox-window-manager
Diffstat (limited to 'tools')
-rwxr-xr-xtools/drakx-in-chroot2
1 files changed, 1 insertions, 1 deletions
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();