Alternative keyboard layouts are not supported
Bug #1240569 reported by
Jake Allen
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LightDM GTK Greeter |
New
|
Unknown
|
Bug Description
Alternative keyboard layouts are not supported, specifically those outlined in the LightDM reference manual.
http://
Support for language and session exist so it seems to only make sense to include support for keyboard.
Related branches
lp://staging/~kalgasnik/lightdm-gtk-greeter/alternative_layouts_indicator
- LightDM Gtk+ Greeter Development Team: Pending requested
-
Diff: 460 lines (+307/-19)6 files modifiedconfigure.ac (+9/-0)
src/Makefile.am (+14/-3)
src/lightdm-gtk-greeter-application.css (+4/-0)
src/lightdm-gtk-greeter-fallback.css (+12/-0)
src/lightdm-gtk-greeter.c (+254/-16)
src/lightdm-gtk-greeter.glade (+14/-0)
Changed in lightdm-gtk-greeter: | |
status: | New → Fix Committed |
Changed in lightdm-gtk-greeter: | |
status: | Fix Committed → Confirmed |
Changed in lightdm-gtk-greeter: | |
importance: | Undecided → Unknown |
status: | Confirmed → Unknown |
Changed in lightdm-gtk-greeter: | |
status: | Unknown → New |
To post a comment you must log in.
I've taken a crack at a patch for this, since I would like to see this feature as well.
(I haven't actually figured out how to test this patch properly, but it seems like it should work).