diff options
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 70c171e7c..a6f3f8d16 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -464,7 +464,7 @@ sub testFinalConfig($;$$) { my $background = "/usr/share/pixmaps/mdk/mandrake-logo.xpm"; my $qiv = "/usr/bin/qiv"; if ("$prefix/$background" && -x "$prefix/$qiv") { - system($::testing ? "$prefix" : "chroot $prefix/ ") . "$qiv --display :9 -y $background"); + system(($::testing ? "$prefix" : "chroot $prefix/ ") . "$qiv -y $background"); } else { gtkset_background(200 * 257, 210 * 257, 210 * 257); } |