Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gtkgreet-0.7
@ 2023-09-06 16:29 cinerea0
  2023-09-11 15:44 ` [PR PATCH] [Updated] " cinerea0
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: cinerea0 @ 2023-09-06 16:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages gtkgreet
https://github.com/void-linux/void-packages/pull/45947

New package: gtkgreet-0.7
#### Testing the changes
- I tested the changes in this PR: **NO**

---

I've had this and `wlgreet` packaged but not tested for a while. Seeing #45918 spooked me so I'm opening this now. I will test this to my satisfaction and then change the above status.


A patch file from https://github.com/void-linux/void-packages/pull/45947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkgreet-45947.patch --]
[-- Type: text/x-diff, Size: 2340 bytes --]

From 6260894164783003d2c68f642c4a7891b23eea4f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 6 Sep 2023 12:24:53 -0400
Subject: [PATCH] New package: gtkgreet-0.7

---
 .../patches/update-deprecated-constant.patch    | 17 +++++++++++++++++
 srcpkgs/gtkgreet/template                       | 14 ++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/gtkgreet/patches/update-deprecated-constant.patch
 create mode 100644 srcpkgs/gtkgreet/template

diff --git a/srcpkgs/gtkgreet/patches/update-deprecated-constant.patch b/srcpkgs/gtkgreet/patches/update-deprecated-constant.patch
new file mode 100644
index 0000000000000..322b621738ec8
--- /dev/null
+++ b/srcpkgs/gtkgreet/patches/update-deprecated-constant.patch
@@ -0,0 +1,17 @@
+From 725846edf6a22f495fdbb2972bb559563a90262b Mon Sep 17 00:00:00 2001
+From: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
+Date: Thu, 3 Nov 2022 12:45:49 +0100
+Subject: [PATCH] Update reference to deprecated constant
+diff --git a/gtkgreet/gtkgreet.c b/gtkgreet/gtkgreet.c
+index addad5a..1cbed1d 100644
+--- a/gtkgreet/gtkgreet.c
++++ b/gtkgreet/gtkgreet.c
+@@ -93,7 +93,7 @@ static int gtkgreet_update_clocks_handler(gpointer data) {
+ 
+ struct GtkGreet* create_gtkgreet() {
+     gtkgreet = calloc(1, sizeof(struct GtkGreet));
+-    gtkgreet->app = gtk_application_new("wtf.kl.gtkgreet", G_APPLICATION_FLAGS_NONE);
++    gtkgreet->app = gtk_application_new("wtf.kl.gtkgreet", G_APPLICATION_DEFAULT_FLAGS);
+     gtkgreet->windows = g_array_new(FALSE, TRUE, sizeof(struct Window*));
+     gtkgreet->question_cnt = 1;
+     return gtkgreet;
diff --git a/srcpkgs/gtkgreet/template b/srcpkgs/gtkgreet/template
new file mode 100644
index 0000000000000..46614d487617a
--- /dev/null
+++ b/srcpkgs/gtkgreet/template
@@ -0,0 +1,14 @@
+# Template file for 'gtkgreet'
+pkgname=gtkgreet
+version=0.7
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="gtk+3-devel gtk-layer-shell-devel json-c-devel"
+depends="greetd"
+short_desc="Gtk greeter for greetd"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
+distfiles="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${version}.tar.gz"
+checksum=eb4ba0e1e4f9cf888ce7b932b923f97521c2277032628cfc06bb86fecbad9373

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] New package: gtkgreet-0.7
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
@ 2023-09-11 15:44 ` cinerea0
  2023-12-11  1:47 ` github-actions
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2023-09-11 15:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages gtkgreet
https://github.com/void-linux/void-packages/pull/45947

New package: gtkgreet-0.7
#### Testing the changes
- I tested the changes in this PR: **NO**

---

I've had this and `wlgreet` packaged but not tested for a while. Seeing #45918 spooked me so I'm opening this now. I will test this to my satisfaction and then change the above status.


A patch file from https://github.com/void-linux/void-packages/pull/45947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkgreet-45947.patch --]
[-- Type: text/x-diff, Size: 3694 bytes --]

From 84ac8c8fb0fad629bdf74c64b7f2f4d7faef2766 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 11 Sep 2023 11:44:36 -0400
Subject: [PATCH] New package: gtkgreet-0.7

---
 srcpkgs/gtkgreet/patches/32-bit.patch         | 31 +++++++++++++++++++
 .../patches/update-deprecated-constant.patch  | 17 ++++++++++
 srcpkgs/gtkgreet/template                     | 14 +++++++++
 3 files changed, 62 insertions(+)
 create mode 100644 srcpkgs/gtkgreet/patches/32-bit.patch
 create mode 100644 srcpkgs/gtkgreet/patches/update-deprecated-constant.patch
 create mode 100644 srcpkgs/gtkgreet/template

diff --git a/srcpkgs/gtkgreet/patches/32-bit.patch b/srcpkgs/gtkgreet/patches/32-bit.patch
new file mode 100644
index 0000000000000..f3221b7d8b914
--- /dev/null
+++ b/srcpkgs/gtkgreet/patches/32-bit.patch
@@ -0,0 +1,31 @@
+# Upstream: https://git.sr.ht/~kennylevinsen/gtkgreet/commit/3471aaaaee4619fd4aded85803b27b4a8dff41a6
+diff --git a/gtkgreet/proto.c b/gtkgreet/proto.c
+index 92619494a7..a527e85552 100644
+--- a/gtkgreet/proto.c
++++ b/gtkgreet/proto.c
+@@ -21,9 +21,13 @@ struct header {
+ 
+ static int write_req(int fd, struct json_object* req) {
+     const char* reqstr = json_object_get_string(req);
+-    uint32_t len = strlen(reqstr);
+-    char* headerp = (char*)&len;
+-    ssize_t off = 0;
++    size_t len = strlen(reqstr);
++    if (len > 0xFFFFFFFF) {
++	    goto error;
++    }
++    uint32_t header = len;
++    char* headerp = (char*)&header;
++    uint32_t off = 0;
+ 
+     while (off < 4) {
+         ssize_t n = write(fd, &headerp[off], 4-off);
+@@ -51,7 +55,7 @@ static struct json_object* read_resp(int fd) {
+     struct json_object* resp = NULL;
+     char *respstr = NULL;
+     uint32_t len;
+-    ssize_t off = 0;
++    uint32_t off = 0;
+ 
+     while (off < 4) {
+         char* headerp = (char*)&len;
diff --git a/srcpkgs/gtkgreet/patches/update-deprecated-constant.patch b/srcpkgs/gtkgreet/patches/update-deprecated-constant.patch
new file mode 100644
index 0000000000000..322b621738ec8
--- /dev/null
+++ b/srcpkgs/gtkgreet/patches/update-deprecated-constant.patch
@@ -0,0 +1,17 @@
+From 725846edf6a22f495fdbb2972bb559563a90262b Mon Sep 17 00:00:00 2001
+From: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
+Date: Thu, 3 Nov 2022 12:45:49 +0100
+Subject: [PATCH] Update reference to deprecated constant
+diff --git a/gtkgreet/gtkgreet.c b/gtkgreet/gtkgreet.c
+index addad5a..1cbed1d 100644
+--- a/gtkgreet/gtkgreet.c
++++ b/gtkgreet/gtkgreet.c
+@@ -93,7 +93,7 @@ static int gtkgreet_update_clocks_handler(gpointer data) {
+ 
+ struct GtkGreet* create_gtkgreet() {
+     gtkgreet = calloc(1, sizeof(struct GtkGreet));
+-    gtkgreet->app = gtk_application_new("wtf.kl.gtkgreet", G_APPLICATION_FLAGS_NONE);
++    gtkgreet->app = gtk_application_new("wtf.kl.gtkgreet", G_APPLICATION_DEFAULT_FLAGS);
+     gtkgreet->windows = g_array_new(FALSE, TRUE, sizeof(struct Window*));
+     gtkgreet->question_cnt = 1;
+     return gtkgreet;
diff --git a/srcpkgs/gtkgreet/template b/srcpkgs/gtkgreet/template
new file mode 100644
index 0000000000000..46614d487617a
--- /dev/null
+++ b/srcpkgs/gtkgreet/template
@@ -0,0 +1,14 @@
+# Template file for 'gtkgreet'
+pkgname=gtkgreet
+version=0.7
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="gtk+3-devel gtk-layer-shell-devel json-c-devel"
+depends="greetd"
+short_desc="Gtk greeter for greetd"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
+distfiles="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${version}.tar.gz"
+checksum=eb4ba0e1e4f9cf888ce7b932b923f97521c2277032628cfc06bb86fecbad9373

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
  2023-09-11 15:44 ` [PR PATCH] [Updated] " cinerea0
@ 2023-12-11  1:47 ` github-actions
  2023-12-12 21:17 ` [PR PATCH] [Updated] " cinerea0
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2023-12-11  1:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/45947#issuecomment-1849199483

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] New package: gtkgreet-0.7
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
  2023-09-11 15:44 ` [PR PATCH] [Updated] " cinerea0
  2023-12-11  1:47 ` github-actions
@ 2023-12-12 21:17 ` cinerea0
  2023-12-12 21:19 ` New package: gtkgreet-0.8 cinerea0
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2023-12-12 21:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages gtkgreet
https://github.com/void-linux/void-packages/pull/45947

New package: gtkgreet-0.7
#### Testing the changes
- I tested the changes in this PR: **NO**

---

I've had this and `wlgreet` packaged but not tested for a while. Seeing #45918 spooked me so I'm opening this now. I will test this to my satisfaction and then change the above status.


A patch file from https://github.com/void-linux/void-packages/pull/45947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkgreet-45947.patch --]
[-- Type: text/x-diff, Size: 1043 bytes --]

From 8f82235e34423d8df002aa4a876942c1d8b308ee Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 12 Dec 2023 16:16:46 -0500
Subject: [PATCH] New package: gtkgreet-0.8

---
 srcpkgs/gtkgreet/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/gtkgreet/template

diff --git a/srcpkgs/gtkgreet/template b/srcpkgs/gtkgreet/template
new file mode 100644
index 0000000000000..c6a874fb67c8c
--- /dev/null
+++ b/srcpkgs/gtkgreet/template
@@ -0,0 +1,14 @@
+# Template file for 'gtkgreet'
+pkgname=gtkgreet
+version=0.8
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="gtk+3-devel gtk-layer-shell-devel json-c-devel"
+depends="greetd"
+short_desc="Gtk greeter for greetd"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
+distfiles="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${version}.tar.gz"
+checksum=e5c70219da191a60e2e009412603e05c36cee15bbbf7657dbbeaa1d21a692873

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.8
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
                   ` (2 preceding siblings ...)
  2023-12-12 21:17 ` [PR PATCH] [Updated] " cinerea0
@ 2023-12-12 21:19 ` cinerea0
  2024-01-06 23:37 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2023-12-12 21:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45947#issuecomment-1852827261

Comment:
I have tested this to my satisfaction, and it works as expected. A bit slow on startup, though.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR REVIEW] New package: gtkgreet-0.8
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
                   ` (3 preceding siblings ...)
  2023-12-12 21:19 ` New package: gtkgreet-0.8 cinerea0
@ 2024-01-06 23:37 ` classabbyamp
  2024-01-07  5:44 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2024-01-06 23:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45947#discussion_r1443874662

Comment:
```suggestion
homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
changelog="https://git.sr.ht/~kennylevinsen/gtkgreet/refs"
```

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] New package: gtkgreet-0.8
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
                   ` (4 preceding siblings ...)
  2024-01-06 23:37 ` [PR REVIEW] " classabbyamp
@ 2024-01-07  5:44 ` cinerea0
  2024-01-07  5:50 ` [PR REVIEW] " cinerea0
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2024-01-07  5:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages gtkgreet
https://github.com/void-linux/void-packages/pull/45947

New package: gtkgreet-0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

---

I've had this and `wlgreet` packaged but not tested for a while. Seeing #45918 spooked me so I'm opening this now. I will test this to my satisfaction and then change the above status.


A patch file from https://github.com/void-linux/void-packages/pull/45947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkgreet-45947.patch --]
[-- Type: text/x-diff, Size: 1103 bytes --]

From c8b4fa7dd6e3db979282541e99cc99cf348f5e3c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 7 Jan 2024 00:44:00 -0500
Subject: [PATCH] New package: gtkgreet-0.8

---
 srcpkgs/gtkgreet/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/gtkgreet/template

diff --git a/srcpkgs/gtkgreet/template b/srcpkgs/gtkgreet/template
new file mode 100644
index 0000000000000..565459de3927f
--- /dev/null
+++ b/srcpkgs/gtkgreet/template
@@ -0,0 +1,15 @@
+# Template file for 'gtkgreet'
+pkgname=gtkgreet
+version=0.8
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="gtk+3-devel gtk-layer-shell-devel json-c-devel"
+depends="greetd"
+short_desc="Gtk greeter for greetd"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
+changelog="https://git.sr.ht/~kennylevinsen/gtkgreet/refs"
+distfiles="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${version}.tar.gz"
+checksum=e5c70219da191a60e2e009412603e05c36cee15bbbf7657dbbeaa1d21a692873

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR REVIEW] New package: gtkgreet-0.8
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
                   ` (5 preceding siblings ...)
  2024-01-07  5:44 ` [PR PATCH] [Updated] " cinerea0
@ 2024-01-07  5:50 ` cinerea0
  2024-01-07  5:58 ` [PR PATCH] [Updated] " cinerea0
  2024-01-07  6:03 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2024-01-07  5:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45947#discussion_r1443939587

Comment:
Added in the latest push.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] New package: gtkgreet-0.8
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
                   ` (6 preceding siblings ...)
  2024-01-07  5:50 ` [PR REVIEW] " cinerea0
@ 2024-01-07  5:58 ` cinerea0
  2024-01-07  6:03 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2024-01-07  5:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages gtkgreet
https://github.com/void-linux/void-packages/pull/45947

New package: gtkgreet-0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

---

I've had this and `wlgreet` packaged but not tested for a while. Seeing #45918 spooked me so I'm opening this now. I will test this to my satisfaction and then change the above status.


A patch file from https://github.com/void-linux/void-packages/pull/45947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkgreet-45947.patch --]
[-- Type: text/x-diff, Size: 1103 bytes --]

From 1c9e35468fe7dc1a98440ddca124c5b73bc958c6 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 7 Jan 2024 00:58:16 -0500
Subject: [PATCH] New package: gtkgreet-0.8

---
 srcpkgs/gtkgreet/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/gtkgreet/template

diff --git a/srcpkgs/gtkgreet/template b/srcpkgs/gtkgreet/template
new file mode 100644
index 0000000000000..565459de3927f
--- /dev/null
+++ b/srcpkgs/gtkgreet/template
@@ -0,0 +1,15 @@
+# Template file for 'gtkgreet'
+pkgname=gtkgreet
+version=0.8
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="gtk+3-devel gtk-layer-shell-devel json-c-devel"
+depends="greetd"
+short_desc="Gtk greeter for greetd"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
+changelog="https://git.sr.ht/~kennylevinsen/gtkgreet/refs"
+distfiles="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${version}.tar.gz"
+checksum=e5c70219da191a60e2e009412603e05c36cee15bbbf7657dbbeaa1d21a692873

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Merged]: New package: gtkgreet-0.8
  2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
                   ` (7 preceding siblings ...)
  2024-01-07  5:58 ` [PR PATCH] [Updated] " cinerea0
@ 2024-01-07  6:03 ` classabbyamp
  8 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2024-01-07  6:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

There's a merged pull request on the void-packages repository

New package: gtkgreet-0.8
https://github.com/void-linux/void-packages/pull/45947

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

---

I've had this and `wlgreet` packaged but not tested for a while. Seeing #45918 spooked me so I'm opening this now. I will test this to my satisfaction and then change the above status.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (9 preceding siblings ...)
  2021-01-25 13:43 ` travankor
@ 2021-03-14 15:45 ` st3r4g
  10 siblings, 0 replies; 21+ messages in thread
From: st3r4g @ 2021-03-14 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-798929444

Comment:
> Got a SHA256 mismatch while trying to test this out tonight:

iirc ericonr said sourcehut changed compression for the sources. PR's checksum is old and needs to be updated

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (8 preceding siblings ...)
  2021-01-23 11:03 ` travankor
@ 2021-01-25 13:43 ` travankor
  2021-03-14 15:45 ` st3r4g
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-25 13:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-766824871

Comment:
I added both greeters for testing purposes, but I only want one greeter packaged. (will squash after review)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (7 preceding siblings ...)
  2021-01-23 11:03 ` travankor
@ 2021-01-23 11:03 ` travankor
  2021-01-25 13:43 ` travankor
  2021-03-14 15:45 ` st3r4g
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23 11:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765905823

Comment:
On second thought, I think I should replace gtkgreet with a different greeter since I don't want to be locked out if gtk or gtk-layer-shell breaks on an update. I think either [wlgreet ](https://git.sr.ht/~kennylevinsen/wlgreet) or [tuigreet](https://github.com/apognu/tuigreet) are good choices.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (6 preceding siblings ...)
  2021-01-23  0:59 ` travankor
@ 2021-01-23 11:03 ` travankor
  2021-01-23 11:03 ` travankor
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23 11:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765905823

Comment:
On second thought, I think I should replace gtkgreet with a different greeter since I don't want to be locked out if gtk or gtk-layer-shell breaks on an update. I think either [wlgreet ](https://git.sr.ht/~kennylevinsen/wlgreet) or [tuigreet](https://github.com/apognu/tuigreet) are good.  

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (5 preceding siblings ...)
  2021-01-23  0:31 ` travankor
@ 2021-01-23  0:59 ` travankor
  2021-01-23 11:03 ` travankor
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23  0:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765796299

Comment:
@kkga TBH greetd doesn’t handle bad configurations very well. I haven’t run into this error where all TTY’s are taken, but I have seen errors where greetd hangs the system.

You should be able to login again by booting to single user mode and disabling the greetd service.

As for the specific configuration error, I’m not sure yet. Greetd switched the config file to `greetd.conf`, but the old path should still be supported. There’s an IRC channel `#kennylevinsen` where the main author can help, too.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (4 preceding siblings ...)
  2021-01-23  0:30 ` travankor
@ 2021-01-23  0:31 ` travankor
  2021-01-23  0:59 ` travankor
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23  0:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765796299

Comment:
@kkga TBH greetd doesn’t handle bad configurations very well. I haven’t run into this error where all TTY’s are taken, but I have seen errors where greetd hangs the system.

You should be able to login again by booting to single user mode and disabling the greetd service.

As for the specific configuration error, I’m not sure yet. Greetd switched the config file to `greetd.conf`, but the old path should still be supported. There’s an IRC channel `#kennylevinsen` where the main author can help.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (3 preceding siblings ...)
  2021-01-23  0:22 ` travankor
@ 2021-01-23  0:30 ` travankor
  2021-01-23  0:31 ` travankor
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23  0:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765796299

Comment:
@kkga TBH greetd doesn’t handle bad configurations very well. I haven’t run into this error where all TTY’s are taken, but I have seen errors where greetd hangs the system.

You should be able to login again by booting to single user mode and disabling the greetd service.

As for the specific configuration error, I’m not sure yet. I think greetd switched the config file to `greetd.conf`, but the old path should still be supported. There’s an IRC channel `#kennylevinsen` where the main author can help.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
                   ` (2 preceding siblings ...)
  2021-01-23  0:21 ` travankor
@ 2021-01-23  0:22 ` travankor
  2021-01-23  0:30 ` travankor
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23  0:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765796299

Comment:
TBH greetd doesn’t handle bad configurations very well. I haven’t run into this error where all TTY’s are taken, but I have seen errors where greetd hangs the system.

You should be able to login again by booting to single user mode and disabling the greetd service.

As for the specific configuration error, I’m not sure yet. There’s an IRC channel `#kennylevinsen` where the main author can help.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
  2021-01-22 12:52 ` New package: gtkgreet-0.7 kkga
  2021-01-23  0:20 ` travankor
@ 2021-01-23  0:21 ` travankor
  2021-01-23  0:22 ` travankor
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23  0:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765796299

Comment:
TBH greetd doesn’t handle bad configuration errors very well. I haven’t run into this error where all TTY’s are taken, but I have seen errors where greetd hangs the system.

You should be able to login again by booting to single user mode and disabling the greetd service.

As for the specific configuration error, I’m not sure yet. There’s an IRC channel `#kennylevinsen` where the main author can help.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
  2021-01-22 12:52 ` New package: gtkgreet-0.7 kkga
@ 2021-01-23  0:20 ` travankor
  2021-01-23  0:21 ` travankor
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: travankor @ 2021-01-23  0:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765796299

Comment:
TBH greetd doesn’t handle bad configuration errors very well. I haven’t run into this error where all TTY’s are taken, but I have seen errors where greetd hangs.

You should be able to login again by booting to single user mode and disabling the greetd service.

As for the specific configuration error, I’m not sure yet. There’s an IRC channel `#kennylevinsen` where the main author can help.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: New package: gtkgreet-0.7
  2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
@ 2021-01-22 12:52 ` kkga
  2021-01-23  0:20 ` travankor
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 21+ messages in thread
From: kkga @ 2021-01-22 12:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/20873#issuecomment-765376390

Comment:
@travankor I tried testing this on my laptop, but it looks like I locked myself out and unable to login on any TTY 😅

What I did is installed this package and updated the greetd config to start `sway`, according to the greetd wiki page.

Here's what happens on every TTY and I can't type in the login/password.

Any suggestions?

![image](https://user-images.githubusercontent.com/1460122/105492742-71102f00-5cc9-11eb-98a9-91a91b5c932e.jpeg)

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-01-07  6:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-06 16:29 [PR PATCH] New package: gtkgreet-0.7 cinerea0
2023-09-11 15:44 ` [PR PATCH] [Updated] " cinerea0
2023-12-11  1:47 ` github-actions
2023-12-12 21:17 ` [PR PATCH] [Updated] " cinerea0
2023-12-12 21:19 ` New package: gtkgreet-0.8 cinerea0
2024-01-06 23:37 ` [PR REVIEW] " classabbyamp
2024-01-07  5:44 ` [PR PATCH] [Updated] " cinerea0
2024-01-07  5:50 ` [PR REVIEW] " cinerea0
2024-01-07  5:58 ` [PR PATCH] [Updated] " cinerea0
2024-01-07  6:03 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2020-04-11  9:40 [PR PATCH] New package: gtkgreet-0.5 travankor
2021-01-22 12:52 ` New package: gtkgreet-0.7 kkga
2021-01-23  0:20 ` travankor
2021-01-23  0:21 ` travankor
2021-01-23  0:22 ` travankor
2021-01-23  0:30 ` travankor
2021-01-23  0:31 ` travankor
2021-01-23  0:59 ` travankor
2021-01-23 11:03 ` travankor
2021-01-23 11:03 ` travankor
2021-01-25 13:43 ` travankor
2021-03-14 15:45 ` st3r4g

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).