build-x86-images: show keymap selector in lightdm greeter

fixes #353
This commit is contained in:
classabbyamp 2023-07-13 15:12:29 -04:00 committed by classabbyamp
parent b195f14a64
commit 2315b80e56
1 changed files with 5 additions and 0 deletions

View File

@ -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