From unknown Thu Jun 19 12:31:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37833 <37833@debbugs.gnu.org> To: bug#37833 <37833@debbugs.gnu.org> Subject: Status: [PATCH] sddm-service-type: Add default configuration. Reply-To: bug#37833 <37833@debbugs.gnu.org> Date: Thu, 19 Jun 2025 19:31:36 +0000 retitle 37833 [PATCH] sddm-service-type: Add default configuration. reassign 37833 guix-patches submitter 37833 Brendan Tildesley severity 37833 normal tag 37833 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 10:13:03 2019 Received: (at submit) by debbugs.gnu.org; 20 Oct 2019 14:13:03 +0000 Received: from localhost ([127.0.0.1]:55068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMBx9-0001YI-07 for submit@debbugs.gnu.org; Sun, 20 Oct 2019 10:13:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:56507) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMBx6-0001Xu-Uz for submit@debbugs.gnu.org; Sun, 20 Oct 2019 10:13:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49016) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMBx3-0004U2-RO for guix-patches@gnu.org; Sun, 20 Oct 2019 10:12:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMBx2-0005X5-1Z for guix-patches@gnu.org; Sun, 20 Oct 2019 10:12:57 -0400 Received: from mx2a.mailbox.org ([2001:67c:2050:104:0:2:25:2]:53896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iMBx1-0005Ua-Mz for guix-patches@gnu.org; Sun, 20 Oct 2019 10:12:55 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2a.mailbox.org (Postfix) with ESMTPS id 71B35A2098 for ; Sun, 20 Oct 2019 16:12:50 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1571580768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZV0SukFZ6GAqOdm0haZJNPcFs6aWeuFAHyd8IpnU4k4=; b=Jqyc3/106FmfSuAuM7UJZ8RpWOZqkTS7R7wY8jq9sBlWsbQvQSnumCo5mZZfWge5Y1JefL 9McEmnQ4HFVYpsrp+Knh7SBPg3Yer2MTrMr+P0uo6gKVSmHyX7TTaYtmZFwKxwN89ypicT zfysw+HP7VYVFcGJufrwCb9OlU3NNdkQfZ/yg80Vdt7XhnOua4UtZ39Pn//ndVa47lkYzC VKYDG1I/M83/g9wj6dsAfn4aTDj6uHuDp1g5jaBW1PqfN5r0aBu82vGh9GHd1soAi/TQrN ccJuvcLUXAdNm9LJxJXAtwaM17+0BFZmf8rKkWCy4h1mW1TgMbqrhE3uPf39ww== Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id GflkvIVyh91v for ; Sun, 20 Oct 2019 16:12:46 +0200 (CEST) From: Brendan Tildesley To: guix-patches@gnu.org Subject: [PATCH] sddm-service-type: Add default configuration. Date: Sun, 20 Oct 2019 23:12:02 +0900 Message-Id: <20191020141202.19424-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:2050:104:0:2:25:2 X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * gnu/services/sddm.scm: Unlike gdm-service-type, sddm-service-type canno= t be configured in an operating-system configuration by simply adding (service sddm-service-type). This adds the default SDDM configuration just like GD= M does. --- gnu/services/sddm.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm index b0e6d40260..f33f1f93b9 100644 --- a/gnu/services/sddm.scm +++ b/gnu/services/sddm.scm @@ -316,7 +316,8 @@ Relogin=3D" (if (sddm-configuration-relo= gin? config) (service-extension account-service-type (const %sddm-accounts)) (service-extension profile-service-type - sddm-profile-service))))) + sddm-profile-service))) + (default-value (sddm-configuration)))) =20 (define* (sddm-service #:optional (config (sddm-configuration))) "Run the @uref{https://github.com/sddm/sddm,SSDM display manager} --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 21 09:47:13 2019 Received: (at 37833-done) by debbugs.gnu.org; 21 Oct 2019 13:47:13 +0000 Received: from localhost ([127.0.0.1]:55993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMY1h-0006JS-51 for submit@debbugs.gnu.org; Mon, 21 Oct 2019 09:47:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32943) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMY1f-0006JF-5O for 37833-done@debbugs.gnu.org; Mon, 21 Oct 2019 09:47:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iMY1Y-00024U-57; Mon, 21 Oct 2019 09:47:05 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=59010 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iMY1X-0003i9-NS; Mon, 21 Oct 2019 09:47:03 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brendan Tildesley Subject: Re: [bug#37833] [PATCH] sddm-service-type: Add default configuration. References: <20191020141202.19424-1-mail@brendan.scot> Date: Mon, 21 Oct 2019 15:47:02 +0200 In-Reply-To: <20191020141202.19424-1-mail@brendan.scot> (Brendan Tildesley's message of "Sun, 20 Oct 2019 23:12:02 +0900") Message-ID: <87y2xeyzvt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37833-done Cc: 37833-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Brendan, Brendan Tildesley skribis: > * gnu/services/sddm.scm: Unlike gdm-service-type, sddm-service-type canno= t be > configured in an operating-system configuration by simply adding (service > sddm-service-type). This adds the default SDDM configuration just like GDM > does. Applied with a tweaked commit log that more closely matches our conventions. Thank you! Ludo=E2=80=99. From unknown Thu Jun 19 12:31:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 19 Nov 2019 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator