From 1f740b9e4ec68a8f68be511c1b287aa9fdd18f0a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Oct 2007 15:37:55 +0000 Subject: - do not use pseudo Protocol "vboxmouse" during install, use "IMPS/2" instead --- perl-install/install/gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index b12245ac9..37a95fa69 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -234,6 +234,7 @@ sub special_shortcuts { sub createXconf { my ($file, $mouse_type, $mouse_dev, $_wacom_dev, $Driver) = @_; + $mouse_type = 'IMPS/2' if $mouse_type eq 'vboxmouse'; symlinkf(devices::make($mouse_dev), "/dev/mouse") if $mouse_dev ne 'none'; #- needed for imlib to start on 8-bit depth visual. -- cgit v1.2.1