From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#26234: SLIM, SDDM can only be used with en_US keyboard layout Date: Sun, 24 Mar 2019 23:18:50 +0100 Message-ID: <87o95zsyph.fsf@gnu.org> References: <20170324165921.m66nxmkiy74hpeh7@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8BSK-0001G4-2Q for bug-guix@gnu.org; Sun, 24 Mar 2019 18:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8BSJ-0004eQ-0l for bug-guix@gnu.org; Sun, 24 Mar 2019 18:19:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43703) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8BSI-0004eK-RH for bug-guix@gnu.org; Sun, 24 Mar 2019 18:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8BSI-0005gr-MN for bug-guix@gnu.org; Sun, 24 Mar 2019 18:19:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20170324165921.m66nxmkiy74hpeh7@abyayala> (ng0's message of "Fri, 24 Mar 2017 16:59:21 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 26234-done@debbugs.gnu.org Hello, ng0 skribis: > If this is a duplicate bug, close it. > > Currently SLIM (and SDDM) do neither respect nor offer an option to > select a keyboard layout other than "en_US". > > ** > > Expected fix is that display managers (SDDM, SLIM, future ones) can be > configured to let users choose the language/keyboard layout of their choi= ce. It=E2=80=99s been a while :-), but this is fixed by 598757e038ab5dea3b59c9c248a2ad860c41fe62, which lets you choose the Xorg keyboard layout (this was already possible before actually, but a bit more involved.) Thanks, Ludo=E2=80=99.