Skip to content

Commit

Permalink
build-x86-images: show keymap selector in lightdm greeter
Browse files Browse the repository at this point in the history
fixes #353
  • Loading branch information
classabbyamp committed Sep 5, 2023
1 parent b195f14 commit 2315b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-x86-images.sh
Expand Up @@ -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
Expand Down

0 comments on commit 2315b80

Please sign in to comment.