PDA

View Full Version : [SOLVED] Belgian keyboard bug


Daniel Stone
November 15th, 2004, 06:25 PM
On Sun, Sep 19, 2004 at 10:13:34AM +0200, fpeters@debian.org wrote:
> I now looked and here is the problem. Belgium has three official
> languages: Dutch, French and German. Dutch and French-speaking people
> (99% of the population) use the belgian layout; the small number of
> German-speaking people use the german layout.
>
> Keyboard selection has been hacked into xserver-xfree86.config and
> says:
> case "$LANG" in
> "de_BE@euro" ) LAYOUT="de" XKBOPTIONS="" ;;
> "fr_BE@euro" ) LAYOUT="be" XKBOPTIONS="" ;;
> "nl_BE@euro" ) LAYOUT="be" XKBOPTIONS="" ;;
> *"BE"* ) LAYOUT="de" XKBOPTIONS="" ;;
>
> But $LANG is set to fr_BE, not fr_BE@euro.

Thanks a lot for tracking this one down -- we'll include the fix (likely
having "fr_BE*" map to LAYOUT="be") in xfree86 4.3.0.dfsg.1-6ubuntu19.

> [PS: any bts url?]

https://bugzilla.ubuntu.com

Thanks a lot!
:) d

--
Daniel Stone <daniel.stone@canonical.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20040919/28c0cc6a/attachment.pgp

fpeters@debian.org
November 15th, 2004, 06:25 PM
I wrote on -users:

> Installed Ubuntu last night and the only glitch was the keyboard
> selection: I selected "Belgium" in d-i and console keyboard was
> correctly set (Debian #262620 apparently fixed) but keyboard in X was
> set to German (XkbLayout "de").

I now looked and here is the problem. Belgium has three official
languages: Dutch, French and German. Dutch and French-speaking people
(99% of the population) use the belgian layout; the small number of
German-speaking people use the german layout.

Keyboard selection has been hacked into xserver-xfree86.config and
says:
case "$LANG" in
"de_BE@euro" ) LAYOUT="de" XKBOPTIONS="" ;;
"fr_BE@euro" ) LAYOUT="be" XKBOPTIONS="" ;;
"nl_BE@euro" ) LAYOUT="be" XKBOPTIONS="" ;;
*"BE"* ) LAYOUT="de" XKBOPTIONS="" ;;

But $LANG is set to fr_BE, not fr_BE@euro.



Regards,

Frederic


[PS: any bts url?]