From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpea-0004wf-AR for guix-patches@gnu.org; Mon, 20 May 2019 17:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSpeZ-0008Bw-HF for guix-patches@gnu.org; Mon, 20 May 2019 17:17:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSpeZ-0008Bj-Dv for guix-patches@gnu.org; Mon, 20 May 2019 17:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hSpeY-0001sx-6q for guix-patches@gnu.org; Mon, 20 May 2019 17:17:03 -0400 Subject: [bug#35749] [PATCH] services: sddm: fix root login failure issue. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190515141154.31832-1-r.majd@pantherx.org> Date: Mon, 20 May 2019 23:16:15 +0200 In-Reply-To: <20190515141154.31832-1-r.majd@pantherx.org> (Reza Alizadeh Majd's message of "Wed, 15 May 2019 18:41:54 +0430") Message-ID: <87y330omhs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Reza Alizadeh Majd Cc: 35749@debbugs.gnu.org Hi, Reza Alizadeh Majd skribis: > * gnu/services/sddm.scm > (sdm-pam-service): set uid from config. > (sdm-autologin-pam-service): set uid from config. > (sdm-pam-services): pass sddm-configuration to sddm-pam-service and > sddm-autologin-pam-service > --- > gnu/services/sddm.scm | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) Could you send an updated patch that documents the =E2=80=98minimum-uid=E2= =80=99 field in doc/guix.texi, under =E2=80=98sddm-configuration=E2=80=99? Apart from that it LGTM. Thanks for fixing this! Ludo=E2=80=99.