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

Bug#606840: Bug#606843: Installation-Report: English language with Finnish location, half of the keys stop working



On Sat, Dec 18, 2010 at 15:42:57 +0100, Christian PERRIER wrote:

> Quoting Julien Cristau (jcristau@debian.org):
> > On Sun, Dec 12, 2010 at 18:01:30 +0100, Christian PERRIER wrote:
> > 
> > > Quoting Julien Cristau (jcristau@debian.org):
> > > 
> > > > That's not a valid configuration.  The fi variant doesn't exist.
> > > 
> > > However, if I open a shell in D-I before the keymap is set, then apply
> > > your patch to keyboard-configuration.config, then exit the shell and
> > > continue by selecting the Finnish keymap, the problem
> > > is apparently still there.
> > > 
> > Please get the output of 'DISPLAY=:0 setxkbmap -print' and 'xkbcomp -xkb
> > :0 -' from the shell after selecting the finnish keymap (with the
> > patched config script).
> 
> 
> xkb_keymap {
>         xkb_keycodes  { include "evdev+aliases(qwerty)" };
>         xkb_types     { include "complete"      };
>         xkb_compat    { include "complete"      };
>         xkb_symbols   { include "pc+fi(fi)+inet(evdev)"       };
>         xkb_geometry  { include "pc(pc105)"     };
> };
> 
So you're probably still using the nonexistent/broken fi variant.
That should look more like

xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+fi+inet(evdev)"     };
        xkb_geometry  { include "pc(pc105)"     };
};

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: