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/NEWS | 2 ++ perl-install/install/gtk.pm | 1 + 2 files changed, 3 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 67c59fd41..898779cec 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- do not use pseudo Protocol "vboxmouse" during install, use "IMPS/2" instead + Version 10.4.236 - 4 October 2007, by Pascal "Pixel" Rigaux - fix copying of ../../i586/media/main medium 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