From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK3Od-0008Ky-5U for guix-patches@gnu.org; Tue, 06 Nov 2018 10:36:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK3Oc-0005T2-9x for guix-patches@gnu.org; Tue, 06 Nov 2018 10:36:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33201) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gK3Oc-0005Sv-5L for guix-patches@gnu.org; Tue, 06 Nov 2018 10:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gK3Oc-0003Oi-07 for guix-patches@gnu.org; Tue, 06 Nov 2018 10:36:02 -0500 Subject: [bug#33186] [PATCH 2/7] services: kmscon: Do not switch to vt at start. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028124043.21773-2-m.othacehe@gmail.com> <20181028124043.21773-3-m.othacehe@gmail.com> Date: Tue, 06 Nov 2018 16:35:12 +0100 In-Reply-To: <20181028124043.21773-3-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sun, 28 Oct 2018 21:40:38 +0900") Message-ID: <87bm72xlqn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 33186@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/services/base.scm (kmscon-service-type): Add "--no-switchvt" to kmscon > command to prevent a switch to virtual terminal every time a new kmscon > service is spawned. Perhaps move this explanation as a comment. Otherwise LGTM, thanks!