From 164a06e66ee8197fd8bf3201591ab590956888da Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 14:30:54 +0200 Subject: Explicitly set the keyboard layout Ported from slick-greeter: Author: Clement Lefebvre Date: Sat Jun 10 15:57:49 2017 +0100 Explicitly set the keyboard layout The keyboard layout isn't properly set by default in some case. This affects wireless Logitech keyboards in particular, and it results in the greeter using an American layout instead of the layout chosen during the installation. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3858682..9c08fa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ sbin_SCRIPTS = arctica-guest-account-script pkglibexec_SCRIPTS = lightdm-arctica-greeter-session \ arctica-guest-session-auto.sh \ - arctica-guest-session-setup.sh + arctica-guest-session-setup.sh \ + arctica-greeter-set-keyboard-layout EXTRA_DIST = \ autogen.sh \ -- cgit v1.2.3