Extend GDM configuration and add a note that changing the GDM kbd layout is

not possible due to the lack of systemd-localed support.
This commit is contained in:
ajacoutot 2016-11-12 10:32:28 +00:00
parent 2b20b7d3ae
commit 684d221870
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.143 2016/11/07 18:05:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.144 2016/11/12 10:32:28 ajacoutot Exp $
COMMENT-main= GNOME desktop meta-package (base installation)
COMMENT-extras= GNOME desktop meta-package (full installation)
@ -9,6 +9,8 @@ PKGNAME= gnome-${V}
PKGNAME-main= gnome-${V}
PKGNAME-extras= gnome-extras-${V}
REVISION-main= 0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.38 2015/12/06 08:29:35 ajacoutot Exp $
$OpenBSD: README-main,v 1.39 2016/11/12 10:32:28 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -32,6 +32,11 @@ rc.conf.local(8) (and "xdm_flags" commented or removed).
GDM greeter language and character set is configured in:
${SYSCONFDIR}/gdm/locale.conf
Note that the variables set in this file will be inherited by the user session.
They can be unset/overriden in the user's .profile file.
It is *not* possible to change the GDM greeter keyboard input layout due to the
lack of systemd-localed support on OpenBSD.
Alternative (non-GDM) GNOME startup
-----------------------------------