From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Wielkiewicz Subject: bug#37422: Setting keyboard layout with SLiM login manager doesn't work Date: Mon, 16 Sep 2019 00:23:22 +0200 Message-ID: <20190916002322.04834163@interia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46439) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9o2C-0001Xl-0a for bug-guix@gnu.org; Mon, 16 Sep 2019 06:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9o2A-00029l-VX for bug-guix@gnu.org; Mon, 16 Sep 2019 06:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9o2A-00029g-SC for bug-guix@gnu.org; Mon, 16 Sep 2019 06:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9o2A-0000gt-Ja for bug-guix@gnu.org; Mon, 16 Sep 2019 06:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46185) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9o1D-0001RT-0H for bug-guix@gnu.org; Mon, 16 Sep 2019 06:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9o1B-0001on-Qu for bug-guix@gnu.org; Mon, 16 Sep 2019 06:14:02 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.153]:41488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9o1B-0001nS-4T for bug-guix@gnu.org; Mon, 16 Sep 2019 06:14:01 -0400 Received: from localhost (89-64-26-126.dynamic.chello.pl [89.64.26.126]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Mon, 16 Sep 2019 00:23:23 +0200 (CEST) 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: 37422@debbugs.gnu.org Hi everyone! I've tried using the default Polish keyboard layout with SLiM and it doesn't seem to work - the system reconfigures properly with no single error or warning, then after rebooting and logging in, the layout is unavailable - only the US layout. The Polish layout is aviable in tty's, but not in X sessions. I've run guix pull several days ago. This is my configuration: (keyboard-layout (keyboard-layout "pl" "legacy")) [...] (service slim-service-type (slim-configuration (display ":0") (vt "vt7"))) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout)) slim-service-type) PS tried sending this message to https://issues.guix.gnu.org/issue/26234 but it got lost. Is it an accident, or is sending messages to closed issues impossible? --- Jan Wielkiewicz