GNU bug report logs - #58317
[PATCH] gnu: Add greetd-gtkgreet.

Previous Next

Package: guix-patches;

Reported by: Declan Tsien <declantsien <at> riseup.net>

Date: Wed, 5 Oct 2022 20:34:02 UTC

Severity: normal

Tags: patch

Done: Declan Tsien <declantsien <at> riseup.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58317 in the body.
You can then email your comments to 58317 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58317; Package guix-patches. (Wed, 05 Oct 2022 20:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Declan Tsien <declantsien <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 05 Oct 2022 20:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Declan Tsien <declantsien <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add greetd-gtkgreet.
Date: Wed, 05 Oct 2022 22:48:22 +0800
[0001-gnu-Add-greetd-gtkgreet.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#58317; Package guix-patches. (Thu, 06 Oct 2022 05:25:03 GMT) Full text and rfc822 format available.

Message #8 received at 58317 <at> debbugs.gnu.org (full text, mbox):

From: Declan Tsien <declantsien <at> riseup.net>
To: 58317 <at> debbugs.gnu.org
Subject: Subsequent patches for greetd-{wlgreet, ddlm}
Date: Thu, 06 Oct 2022 09:09:09 +0800
[0002-gnu-Add-rust-byteorder-0.3.patch (text/x-patch, attachment)]
[0003-gnu-Add-rust-bmp-0.1.patch (text/x-patch, attachment)]
[0004-gnu-rust-errno-0.2-Update-to-0.2.8.patch (text/x-patch, attachment)]
[0005-gnu-Add-rust-framebuffer-0.2.patch (text/x-patch, attachment)]
[0006-gnu-Add-rust-greetd-ipc-0.8.patch (text/x-patch, attachment)]
[0007-gnu-Add-rust-users-0.8.patch (text/x-patch, attachment)]
[0008-gnu-Add-rust-pam-0.7.patch (text/x-patch, attachment)]
[0009-gnu-Add-rust-os-pipe-0.8.patch (text/x-patch, attachment)]
[0010-gnu-Add-rust-os-str-bytes-1.patch (text/x-patch, attachment)]
[0011-gnu-Add-rust-osstrtools-0.2.patch (text/x-patch, attachment)]
[0012-gnu-Add-greetd-wlgreet.patch (text/x-patch, attachment)]
[0013-gnu-Add-greetd-ddlm.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#58317; Package guix-patches. (Thu, 06 Oct 2022 06:25:02 GMT) Full text and rfc822 format available.

Message #11 received at 58317 <at> debbugs.gnu.org (full text, mbox):

From: "(" <paren <at> disroot.org>
To: "Declan Tsien" <declantsien <at> riseup.net>, <58317 <at> debbugs.gnu.org>
Subject: Re: [bug#58317] [PATCH] gnu: Add greetd-gtkgreet.
Date: Thu, 06 Oct 2022 07:24:04 +0100
Hey Declan,

On Wed Oct 5, 2022 at 3:48 PM BST, Declan Tsien wrote:
> +(define-public greetd-gtkgreet
> +  (let ((revision "0")
> +        (commit "c09696f6a27aa0e4769fd3f707f27be4407ec95d"))
> +    (package
> +      (name "greetd-gtkgreet")
> +      (version (git-version "0.7" revision commit))
> +      (home-page "https://git.sr.ht/~kennylevinsen/gtkgreet")
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url home-page)
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                  "1d19v60ilxw4szhc5mbpav5kzml5lvckdy3fasjrhlpl87slvfz9"))))
> +      (build-system meson-build-system)
> +      (native-inputs (list pkg-config scdoc))
> +      (inputs (list gtk+ gtk-layer-shell json-c))
> +      (synopsis
> +       "GTK based greeter for greetd, to be run under cage or similar")
> +      (description
> +       "GTK based greeter for @command{greetd}, to be run under @command{cage}
> +or similar.")
> +      (license license:gpl3+))))
> +
>  (define-public guix-simplyblack-sddm-theme
>    (package
>      (name "guix-simplyblack-sddm-theme")

I believe muradm already has a working gtkgreet package and service
(which they haven't sent yet), and I have a working wlgreet package
and service (that I have sent to this mailing list), so there's no
need for these ones. Nobody's done ddlm yet though :)

    -- (




Reply sent to Declan Tsien <declantsien <at> riseup.net>:
You have taken responsibility. (Thu, 06 Oct 2022 07:50:02 GMT) Full text and rfc822 format available.

Notification sent to Declan Tsien <declantsien <at> riseup.net>:
bug acknowledged by developer. (Thu, 06 Oct 2022 07:50:02 GMT) Full text and rfc822 format available.

Message #16 received at 58317-done <at> debbugs.gnu.org (full text, mbox):

From: Declan Tsien <declantsien <at> riseup.net>
To: 58317-done <at> debbugs.gnu.org
Date: Thu, 06 Oct 2022 15:49:14 +0800
[Message part 1 (text/plain, inline)]
It turns out to be duplicated with
https://issues.guix.gnu.org/57721. Will not proceed at this time. Sorry
for the noise.


[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Nov 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 232 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.