Opened 9 years ago

Closed 9 years ago

#767 closed defect (fixed)

Debian : Keyboard mapping directory not found

Reported by: GVR Owned by: Bruno Cornec
Priority: normal Milestone: 3.2.1
Component: mindi Version: 3.0.4
Severity: normal Keywords: keyboard detect
Cc:

Description

Hi Bruno,

mindi version 2.1.7-1 and 3.0.0-1

In Debian 7 /usr/sbin/mindi script does not detect the keyboard installed because the following 2 lines appear incorrect :

	[ ! -e "$KEYDIR" ] && KEYDIR=/etc/condole
	[ ! -e "$KEYDIR" ] && KEYDIR=/etc/condole-setup

for the good keyboard detection, these lines must be modified this way:

	[ ! -e "$KEYDIR" ] && KEYDIR=/etc/console
	[ ! -e "$KEYDIR" ] && KEYDIR=/etc/console-setup

Regards,

Joel

Change History (1)

comment:1 by Bruno Cornec, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in rev [3347]

Thanks for your feedback ! Will be in 3.2.1 and 3.0.5

Note: See TracTickets for help on using tickets.