4

I'd like to change the keyboard configuration of the login manager of Ubuntu Mate, and for this I need to find the configuration file.

But I don't know what is the login manager.

So what is the ubuntu-mate login manager, or where can I find this info ?

EDIT: My problem is different as the one suggested, because none of theses solutions work for me.

Phantom
  • 163

1 Answers1

1

Basic info on configuring LightDM: https://wiki.ubuntu.com/LightDM

And the following page explains how to change keyboard layout on the login screen (Lightdm GTK+ Greeter) in Ubuntu MATE: https://ubuntu-mate.community/t/how-to-set-keyboard-layout-on-login-screen/1405

So, in Lightdm GTK+ Greeter Settings > Panel you can add the keyboard layout indicator by which you can change the default keyboard layout:

enter image description here

Also, add the following lines to /etc/lightdm/lightdm.conf in order to set default keyboard layout (French in this example):

[Seat:*]
display-setup-script = setxkbmap -model pc105 -layout fr
rpr
  • 472