mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
lxdm: disable keyboard selection
Keyboard selection with lxdm is not very helpful: * new keyboard connected get US layout independent of selection * the selection is not persistent and has to be made on every login Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2f5134b98d
commit
90cb51b98e
@@ -15,7 +15,7 @@ LXDM_PAM = "${@base_contains("DISTRO_TYPE", "debug", "lxdm-pam-debug", "lxdm-pam
|
|||||||
SRCREV = "65e7cc8fdc150c2b925eb348ce82de17dee5eb0b"
|
SRCREV = "65e7cc8fdc150c2b925eb348ce82de17dee5eb0b"
|
||||||
PV = "0.4.2+git${SRCPV}"
|
PV = "0.4.2+git${SRCPV}"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
DEPENDS = "cairo consolekit dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango"
|
DEPENDS = "cairo consolekit dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango"
|
||||||
|
|
||||||
@@ -33,7 +33,6 @@ do_compile_append() {
|
|||||||
# default background configured not available / no password field available
|
# default background configured not available / no password field available
|
||||||
sed -i -e 's,bg=,# bg=,g' \
|
sed -i -e 's,bg=,# bg=,g' \
|
||||||
-e 's,# skip_password=,skip_password=,g' \
|
-e 's,# skip_password=,skip_password=,g' \
|
||||||
-e 's,keyboard=0,keyboard=1,g' \
|
|
||||||
${S}/data/lxdm.conf.in
|
${S}/data/lxdm.conf.in
|
||||||
# add default configuration
|
# add default configuration
|
||||||
oe_runmake -C ${S}/data lxdm.conf
|
oe_runmake -C ${S}/data lxdm.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user