BUGS > 2014.1

 live lxqt start with us keybord even if other is chosed on boot screen

<< < (2/2)

vilde:
I also checked to choose some other keyboard layout on boot screen, same result, it was the standard us-english when in x.

melmarker:
you should try swedish language - some shortcoming, because the intl part is not handled well as can be in LXQt

vilde:
@melmarker Thanks, but I didn't install it and I don't need help with this. It'd just tried the live version and found this fault and reported it.

Or do I misunderstand you, do you want me to test something?

melmarker:
you misunderstood - i tie the keyboard settings for lxqt to the choosen language, because the real lxqt config for keyboards is not complete. it looks like that:

--- Code: ---17 case $LANG in
18     de_DE.utf8)
19         sed -i "s/model=.*/model=${XKBMODEL}/" /etc/skel/.config/qxkb.cfg;
20         sed -i 's/layout=.*/layout="de,us"/' /etc/skel/.config/qxkb.cfg;
21         sed -i 's/variant=.*/variant="nodeadkeys,,,"/' /etc/skel/.config/qxkb.cfg;
22         ;;
23     en_US.utf8)
24         sed -i "s/model=.*/model=${XKBMODEL}/" /etc/skel/.config/qxkb.cfg;
25         sed -i 's/layout=.*/layout="us,de"/' /etc/skel/.config/qxkb.cfg;
26         sed -i 's/variant=.*/variant=",nodeadkeys,,"/' /etc/skel/.config/qxkb.cfg;
27         ;;
28     *)
29         QXLANG=${LANG:0:2}
30         sed -i "s/model=.*/model=${XKBMODEL}/" /etc/skel/.config/qxkb.cfg;
31         sed -i "s/layout=.*/layout=\"${QXLANG},us,de\"/" /etc/skel/.config/qxkb.cfg;
32         sed -i 's/variant=.*/variant=",nodeadkeys,,"/' /etc/skel/.config/qxkb.cfg;
33     ;;
34 esac

--- End code ---

So i think your usecase is not implemented yet.

vilde:
Ok, thanks, now I understand. :)

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks WYSIWYG Editor