diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-01 09:07:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-01 09:07:38 +0000 |
commit | 05cc815a368874128fdd8dce1ad079b64831c8d2 (patch) | |
tree | 01a555a4f13c9323b17f4411d69eadc715ca04aa /perl-install | |
parent | 9849bddca8379d425c5710fefef96f836f6a63bf (diff) | |
download | drakx-05cc815a368874128fdd8dce1ad079b64831c8d2.tar drakx-05cc815a368874128fdd8dce1ad079b64831c8d2.tar.gz drakx-05cc815a368874128fdd8dce1ad079b64831c8d2.tar.bz2 drakx-05cc815a368874128fdd8dce1ad079b64831c8d2.tar.xz drakx-05cc815a368874128fdd8dce1ad079b64831c8d2.zip |
call drakx-matchbox-window-manager with no options
(since the options we used are the default)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |