From mboxrd@z Thu Jan 1 00:00:00 1970 From: dario Subject: bug#37428: Keyboard layout setting fails when no keyboard is attached Date: Thu, 19 Sep 2019 08:02:56 +0200 Message-ID: <87ef0crffz.fsf@web.de> References: <87o8zkqmt3.fsf@web.de> <1fc38e2e5b22550263acc701cba4c8dc.squirrel@sm.riseup.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58005) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAxh5-0004to-Fz for bug-guix@gnu.org; Thu, 19 Sep 2019 10:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAxTX-0002pb-EY for bug-guix@gnu.org; Thu, 19 Sep 2019 10:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47451) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iAxTX-0002pQ-31 for bug-guix@gnu.org; Thu, 19 Sep 2019 10:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iAxTW-0007vK-VE for bug-guix@gnu.org; Thu, 19 Sep 2019 10:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <1fc38e2e5b22550263acc701cba4c8dc.squirrel@sm.riseup.net> 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: quiliro@riseup.net Cc: 37428@debbugs.gnu.org This looks like what I have, apart from the fact that I use exwm and therefore have neither gnome nor xfce services. I just noticed that I may have messed up the parens when I copy/pasted into the mail; in my config, they are correct. Best regards, Dario quiliro@riseup.net writes: > This is my setting for that section: > > (services (append (list > (service gnome-desktop-service-type) > (service xfce-desktop-service-type) > (set-xorg-configuration > (xorg-configuration ;for Xorg > (keyboard-layout keyboard-layout)))) > %desktop-services)) > > I hope it is helpful.