[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/etc/init.d/knoppix-autoconfig



Hi list,

I found another problem:

If I start knoppix with "lang=nl" the english keyboard is mistakenly set as 
default. This is because in /etc/init.d/knoppix-autoconfig it reads for the 
"nl" case switch:
KEYTABLE="us"
XKEYBOARD="us"
KDEKEYBOARD="en_US"

Correctly it must read:
KEYTABLE="nl"
XKEYBOARD="nl"
KDEKEYBOARD="nl"

A similar problem exists for the "lang=cs" case. The following line
KDEKEYBOARD="cs"
leads to an error symbol at the KDE system tray because there is no "cs" 
keyboard. Correctly this line must read:
KDEKEYBOARD="cz"

Greetings

Ronny Standtke


Reply to: