We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b195f14 commit 2315b80Copy full SHA for 2315b80
1 file changed
build-x86-images.sh
@@ -110,6 +110,11 @@ build_variant() {
110
if [ -n "$LIGHTDM_SESSION" ]; then
111
mkdir -p "$INCLUDEDIR"/etc/lightdm
112
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
118
fi
119
120
if [ "$variant" != base ]; then
0 commit comments