diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-07-25 10:20:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-07-25 10:20:59 +0000 |
commit | 87ec7feed9f2bd3c25e2e49190482a7cb059eaa8 (patch) | |
tree | c4e67c1e04f7b66e4795e30e00c12a9775f84bc9 /tools/drakx-in-chroot | |
parent | 2d7d346e7fa7b4d883576313d4e3a99a5df53a0a (diff) | |
download | drakx-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar drakx-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar.gz drakx-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar.bz2 drakx-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.tar.xz drakx-87ec7feed9f2bd3c25e2e49190482a7cb059eaa8.zip |
prefer Xephyr over Xnest since Xnest lacks many extensions needed by
matchbox-window-manager
Diffstat (limited to 'tools/drakx-in-chroot')
-rwxr-xr-x | tools/drakx-in-chroot | 2 |
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(); |