lightdm-gtk-greeter-team team mailing list archive
-
lightdm-gtk-greeter-team team
-
Mailing list archive
-
Message #00619
Re: [Question #253083]: change keyboard input method
Question #253083 on LightDM GTK+ Greeter changed:
https://answers.launchpad.net/lightdm-gtk-greeter/+question/253083
Status: Open => Answered
Andrew P. proposed the following answer:
You need to add layout indicator to panel to have ability to change layouts.
There are 2 ways to do it.
1. Latest greeter version have builtin layout indicator (~layout).
There are two versions of it: LightDM layouts API version and alternative implementation.
I'm recommend to use alternative implementation, just install greeter using this PPA:
https://launchpad.net/~kalgasnik/+archive/ubuntu/lightdm-gtk-greeter-libxklavier
/etc/lightdm/lightdm-gtk-greeter.conf
[greeter]
…
# add "~layout" indicator to panel
indicators=[your indciators];~layout
…
Greeter uses system layouts settings. So you need to add dvorak layout to system layouts to use it at login screen.
You can use special GUI tools for it (keyboard/layouts settings -> system-wide or something similar) or you can modify "/etc/default/keyboard" file:
XKBLAYOUT=us,us
XKBVARIANT=,dvorak
XKBOPTIONS=grp:ctrl_shift_toggle
2. You can use "keyboard-indicator" with greeter.
/etc/lightdm/lightdm-gtk-greeter.conf
[greeter]
…
# add "keyboard" indicator to panel
indicators=[your indciators];keyboard
…
+ read this question:
http://askubuntu.com/questions/328952/how-do-i-change-the-login-managers-keyboard-layout
--
You received this question notification because you are a member of
LightDM Gtk+ Greeter Development Team, which is an answer contact for
LightDM GTK+ Greeter.