Skip to content

Commit 2315b80

Browse files
committed
build-x86-images: show keymap selector in lightdm greeter
fixes #353
1 parent b195f14 commit 2315b80

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build-x86-images.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ build_variant() {
110110
if [ -n "$LIGHTDM_SESSION" ]; then
111111
mkdir -p "$INCLUDEDIR"/etc/lightdm
112112
echo "$LIGHTDM_SESSION" > "$INCLUDEDIR"/etc/lightdm/.session
113+
# needed to show the keyboard layout menu on the login screen
114+
cat <<- EOF > "$INCLUDEDIR"/etc/lightdm/lightdm-gtk-greeter.conf
115+
[greeter]
116+
indicators = ~host;~spacer;~clock;~spacer;~layout;~session;~a11y;~power
117+
EOF
113118
fi
114119

115120
if [ "$variant" != base ]; then

0 commit comments

Comments
 (0)