﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
767	Debian : Keyboard mapping directory not found	GVR	Bruno Cornec	"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"	defect	closed	normal	3.2.1	mindi	3.0.4	normal	fixed	keyboard detect	
