Description of problem: Fresh install of Mageia6 STA2 In the log I have a message saying it could not install X11-driver-input-synaptics because harddrake launched before Wifi started. Why not install this package by default, at least on laptop ?
What happens if you comment the following line ("x11-driver-input-synaptics"): http://gitweb.mageia.org/software/drakx-kbd-mouse-x11/tree/lib/mouse.pm#n362 in /usr/lib/libDrakX/mouse.pm?
Keywords: (none) => NEEDINFO, PATCHCC: (none) => thierry.vignaudComponent: Installer => New RPM package requestAssignee: bugsquad => thierry.vignaudSource RPM: x11-driver-input-synaptics-1.9.0.-2.mga6 => drakx-kbd-mouse-x11
Component: New RPM package request => RPM Packages
Actually we should replace both libinput & synaptics lines with the following single line: if_($mouse->{synaptics} || $mouse->{evdev_mice}, ['x11-driver-input-libinput', "$inputdrvpath/libinput_drv.so"]),
Created attachment 9056 [details] rely on libinput for synaptics (mga#20424)
Without de line362, harddrake does not tru to install X11-driver-input-synaptics (and trackpad works without this driver)
commit 7f1e5277c8f284fc7749aaaa45ebf06236c9cc65 Author: Thierry Vignaud <thierry.vignaud@...> Date: Thu Mar 9 14:19:17 2017 +0100 rely on libinput for synaptics (mga#20424) we no longer install x11-driver-input-synaptics by default --- Commit Link: http://gitweb.mageia.org/software/drakx-kbd-mouse-x11/commit/?id=7f1e5277c8f284fc7749aaaa45ebf06236c9cc65
Closing
Status: NEW => RESOLVEDResolution: (none) => FIXEDSummary: Package missing from fresh install => synaptics package missing from fresh install