severity 398290 important thanks Quoting Nick Niktaris ([EMAIL PROTECTED]): > Package: xserver-xorg > Version: 1:7.1.0-5 > Severity: normal > Tags: l10n > > Doing a fresh install on a current etch system xserver-xorg fails to > setup a Greek keyboard leaving > /etc/X11/xorg.conf unconfigured regarding the Greek keyboard layout. > During setup xserver-xorg shows this message: > xserver-xorg postinst warning: failed to infer keyboard layout from > layout/lang 'gr--el_GR' > This means that Greek users will not be able to write Greek in etch if > they do not manually add > Option "XkbLayout" "us,gr" and Option "XkbOptions" > "grp:alt_shift_toggle" to the xorg.conf file either by editing > the file or reconfiguring the package
Mapping from the Greek keyboard does indeed not seem to be done in postinst. The attached (untested) patch should solve this issue. (the us alternative should be added because "gr" is listed in the NON_LATIN variable and the "grp:alt_shift_toggle" XkbOptions is always added ) I consider this bug as important enough to deserve an update for etch. Without objections, I'll commit the fix in the SVN.
--- xserver-xorg.postinst.old 2006-11-13 06:44:06.960369882 +0100 +++ xserver-xorg.postinst 2006-11-13 06:52:20.016232478 +0100 @@ -2074,6 +2074,7 @@ fi) XMAP="fi";; fr-latin9) XMAP="fr"; VARIANT="latin9";; gb) XMAP="gb";; + gr) XMAP="gr";; hu) XMAP="hu";; is) XMAP="is";; it) XMAP="it";;
signature.asc
Description: Digital signature