diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-27 16:07:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-27 16:07:31 +0000 |
commit | 5bb33f33cf5d1549b71e6b450ab063f11b5631a1 (patch) | |
tree | eeff91bab86d419028fa70b4d7b354dc45a69b41 | |
parent | e376575fd70be36dbdd5cb909d3e8f1e39968a6d (diff) | |
download | drakx-5bb33f33cf5d1549b71e6b450ab063f11b5631a1.tar drakx-5bb33f33cf5d1549b71e6b450ab063f11b5631a1.tar.gz drakx-5bb33f33cf5d1549b71e6b450ab063f11b5631a1.tar.bz2 drakx-5bb33f33cf5d1549b71e6b450ab063f11b5631a1.tar.xz drakx-5bb33f33cf5d1549b71e6b450ab063f11b5631a1.zip |
no mouse probe when brltty
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e273cefae..d17ea2513 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -490,6 +490,7 @@ sub main { log::l("brltty option $driver $device $table"); $o->{brltty} = { driver => $driver, device => $device, table => $table }; $o->{interactive} = 'newt'; + $o->{nomouseprobe} = 1; } # perl_checker: require install_steps_gtk |