From 05cc815a368874128fdd8dce1ad079b64831c8d2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 1 Sep 2008 09:07:38 +0000 Subject: call drakx-matchbox-window-manager with no options (since the options we used are the default) --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 5c1a3b956..4a66000c6 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -129,7 +129,7 @@ sub new($$) { modules::load('xpad'); run_program::run('xset', 'm', '1/8', '1'); } - run_program::raw({ detach => 1 }, 'drakx-matchbox-window-manager', '-display', $wanted_DISPLAY, '-theme', 'Ia Ora Smooth'); + run_program::raw({ detach => 1 }, 'drakx-matchbox-window-manager'); install::gtk::init_gtk($o); install::gtk::init_sizes($o); install::gtk::install_theme($o); -- cgit v1.2.1