From eec70c2eb52a9e624c6c768c5d2a0f51d9c3ebf4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 13 Jul 2023 15:12:29 -0400 Subject: [PATCH] build-x86-images: show keymap selector in lightdm greeter fixes #353 --- build-x86-images.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-x86-images.sh b/build-x86-images.sh index 5d9a93bd4..ea0969a29 100755 --- a/build-x86-images.sh +++ b/build-x86-images.sh @@ -110,6 +110,11 @@ build_variant() { if [ -n "$LIGHTDM_SESSION" ]; then mkdir -p "$INCLUDEDIR"/etc/lightdm echo "$LIGHTDM_SESSION" > "$INCLUDEDIR"/etc/lightdm/.session + # needed to show the keyboard layout menu on the login screen + cat <<- EOF > "$INCLUDEDIR"/etc/lightdm/lightdm-gtk-greeter.conf +[greeter] +indicators = ~host;~spacer;~clock;~spacer;~layout;~session;~a11y;~power +EOF fi if [ "$variant" != base ]; then